Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-31150 (GCVE-0-2022-31150)
Vulnerability from cvelistv5
Published
2022-07-19 20:40
Modified
2025-04-22 17:48
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-93 - Improper Neutralization of CRLF Sequences ('CRLF Injection')
Summary
undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\r\n` is a workaround for this issue.
References
► | URL | Tags | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T07:11:39.394Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://hackerone.com/reports/409943" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/nodejs/undici/releases/tag/v5.8.0" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20220915-0002/" } ], "title": "CVE Program Container" }, { "metrics": [ { "other": { "content": { "id": "CVE-2022-31150", "options": [ { "Exploitation": "poc" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-04-22T15:40:20.790408Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-04-22T17:48:45.328Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "undici", "vendor": "nodejs", "versions": [ { "status": "affected", "version": "\u003c v5.7.1, \u003e= v5.8.0" } ] } ], "descriptions": [ { "lang": "en", "value": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-93", "description": "CWE-93: Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-09-15T17:06:42.000Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc" }, { "tags": [ "x_refsource_MISC" ], "url": "https://hackerone.com/reports/409943" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/nodejs/undici/releases/tag/v5.8.0" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://security.netapp.com/advisory/ntap-20220915-0002/" } ], "source": { "advisory": "GHSA-3cvr-822r-rqcc", "discovery": "UNKNOWN" }, "title": "CRLF injection in request headers", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-31150", "STATE": "PUBLIC", "TITLE": "CRLF injection in request headers" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "undici", "version": { "version_data": [ { "version_value": "\u003c v5.7.1, \u003e= v5.8.0" } ] } } ] }, "vendor_name": "nodejs" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-93: Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc", "refsource": "CONFIRM", "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc" }, { "name": "https://hackerone.com/reports/409943", "refsource": "MISC", "url": "https://hackerone.com/reports/409943" }, { "name": "https://github.com/nodejs/undici/releases/tag/v5.8.0", "refsource": "MISC", "url": "https://github.com/nodejs/undici/releases/tag/v5.8.0" }, { "name": "https://security.netapp.com/advisory/ntap-20220915-0002/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20220915-0002/" } ] }, "source": { "advisory": "GHSA-3cvr-822r-rqcc", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2022-31150", "datePublished": "2022-07-19T20:40:10.000Z", "dateReserved": "2022-05-18T00:00:00.000Z", "dateUpdated": "2025-04-22T17:48:45.328Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-31150\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-07-19T21:15:15.160\",\"lastModified\":\"2024-11-21T07:04:00.207\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\\\r\\\\n` is a workaround for this issue.\"},{\"lang\":\"es\",\"value\":\"undici es un cliente HTTP/1.1, escrito desde cero para Node.js. Es posible inyectar secuencias de tipo CRLF en los encabezados de las peticiones en undici en versiones anteriores a 5.7.1. En versi\u00f3n 5.8.0 ha sido publicada una correcci\u00f3n. Una correcci\u00f3n a este problema es sanear todas las cabeceras HTTP de fuentes no confiables para eliminar las secuencias de tipo CRLF.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"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:L/I:L/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-93\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-Other\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"5.8.0\",\"matchCriteriaId\":\"9673DD56-07E3-4AA7-A2E1-BAF0D820DFA0\"}]}]}],\"references\":[{\"url\":\"https://github.com/nodejs/undici/releases/tag/v5.8.0\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://hackerone.com/reports/409943\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220915-0002/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/nodejs/undici/releases/tag/v5.8.0\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://hackerone.com/reports/409943\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220915-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://hackerone.com/reports/409943\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/nodejs/undici/releases/tag/v5.8.0\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220915-0002/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T07:11:39.394Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-31150\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-22T15:40:20.790408Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-22T15:40:22.200Z\"}}], \"cna\": {\"title\": \"CRLF injection in request headers\", \"source\": {\"advisory\": \"GHSA-3cvr-822r-rqcc\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"nodejs\", \"product\": \"undici\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c v5.7.1, \u003e= v5.8.0\"}]}], \"references\": [{\"url\": \"https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://hackerone.com/reports/409943\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/nodejs/undici/releases/tag/v5.8.0\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220915-0002/\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\\\r\\\\n` is a workaround for this issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-93\", \"description\": \"CWE-93: Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2022-09-15T17:06:42.000Z\"}, \"x_legacyV4Record\": {\"impact\": {\"cvss\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, \"source\": {\"advisory\": \"GHSA-3cvr-822r-rqcc\", \"discovery\": \"UNKNOWN\"}, \"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"version\": {\"version_data\": [{\"version_value\": \"\u003c v5.7.1, \u003e= v5.8.0\"}]}, \"product_name\": \"undici\"}]}, \"vendor_name\": \"nodejs\"}]}}, \"data_type\": \"CVE\", \"references\": {\"reference_data\": [{\"url\": \"https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc\", \"name\": \"https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://hackerone.com/reports/409943\", \"name\": \"https://hackerone.com/reports/409943\", \"refsource\": \"MISC\"}, {\"url\": \"https://github.com/nodejs/undici/releases/tag/v5.8.0\", \"name\": \"https://github.com/nodejs/undici/releases/tag/v5.8.0\", \"refsource\": \"MISC\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220915-0002/\", \"name\": \"https://security.netapp.com/advisory/ntap-20220915-0002/\", \"refsource\": \"CONFIRM\"}]}, \"data_format\": \"MITRE\", \"description\": {\"description_data\": [{\"lang\": \"eng\", \"value\": \"undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\\\r\\\\n` is a workaround for this issue.\"}]}, \"problemtype\": {\"problemtype_data\": [{\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-93: Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)\"}]}]}, \"data_version\": \"4.0\", \"CVE_data_meta\": {\"ID\": \"CVE-2022-31150\", \"STATE\": \"PUBLIC\", \"TITLE\": \"CRLF injection in request headers\", \"ASSIGNER\": \"security-advisories@github.com\"}}}}", "cveMetadata": "{\"cveId\": \"CVE-2022-31150\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-22T17:48:45.328Z\", \"dateReserved\": \"2022-05-18T00:00:00.000Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2022-07-19T20:40:10.000Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
gsd-2022-31150
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\r\n` is a workaround for this issue.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-31150", "description": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", "id": "GSD-2022-31150", "references": [ "https://www.suse.com/security/cve/CVE-2022-31150.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-31150" ], "details": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", "id": "GSD-2022-31150", "modified": "2023-12-13T01:19:18.058926Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-31150", "STATE": "PUBLIC", "TITLE": "CRLF injection in request headers" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "undici", "version": { "version_data": [ { "version_value": "\u003c v5.7.1, \u003e= v5.8.0" } ] } } ] }, "vendor_name": "nodejs" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-93: Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc", "refsource": "CONFIRM", "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc" }, { "name": "https://hackerone.com/reports/409943", "refsource": "MISC", "url": "https://hackerone.com/reports/409943" }, { "name": "https://github.com/nodejs/undici/releases/tag/v5.8.0", "refsource": "MISC", "url": "https://github.com/nodejs/undici/releases/tag/v5.8.0" }, { "name": "https://security.netapp.com/advisory/ntap-20220915-0002/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20220915-0002/" } ] }, "source": { "advisory": "GHSA-3cvr-822r-rqcc", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c5.8.0", "affected_versions": "All versions before 5.8.0", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-93", "CWE-937" ], "date": "2022-10-28", "description": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", "fixed_versions": [ "5.8.0" ], "identifier": "CVE-2022-31150", "identifiers": [ "CVE-2022-31150", "GHSA-3cvr-822r-rqcc" ], "not_impacted": "All versions starting from 5.8.0", "package_slug": "npm/undici", "pubdate": "2022-07-19", "solution": "Upgrade to version 5.8.0 or above.", "title": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)", "urls": [ "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc", "https://nvd.nist.gov/vuln/detail/CVE-2022-31150", "https://github.com/nodejs/undici/commit/a29a151d0140d095742d21a004023d024fe93259", "https://hackerone.com/reports/409943", "https://github.com/nodejs/undici/releases/tag/v5.8.0", "https://github.com/advisories/GHSA-3cvr-822r-rqcc" ], "uuid": "593d61bc-db65-43e3-af92-87ea9ba7eb78" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "5.8.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-31150" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-93" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc", "refsource": "CONFIRM", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc" }, { "name": "https://hackerone.com/reports/409943", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://hackerone.com/reports/409943" }, { "name": "https://github.com/nodejs/undici/releases/tag/v5.8.0", "refsource": "MISC", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/nodejs/undici/releases/tag/v5.8.0" }, { "name": "https://security.netapp.com/advisory/ntap-20220915-0002/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20220915-0002/" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 2.5 } }, "lastModifiedDate": "2022-10-28T18:31Z", "publishedDate": "2022-07-19T21:15Z" } } }
suse-su-2022:3196-1
Vulnerability from csaf_suse
Published
2022-09-08 08:35
Modified
2022-09-08 08:35
Summary
Security update for nodejs16
Notes
Title of the patch
Security update for nodejs16
Description of the patch
This update for nodejs16 fixes the following issues:
- CVE-2022-35949: Fixed SSRF when an application takes in user input into the path/pathname option of undici.request (bsc#1202382).
- CVE-2022-35948: Fixed CRLF injection via Content-Type (bsc#1202383).
- CVE-2022-29244: Fixed npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace (bsc#1200517).
- CVE-2022-31150: Fixed CRLF injection in node-undici (bsc#1201710).
Bugfixes:
- Enable crypto-policies for SLE15 SP4+ and TW (bsc#1200303)
Patchnames
SUSE-2022-3196,SUSE-SLE-Module-Web-Scripting-12-2022-3196
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs16", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs16 fixes the following issues:\n\n- CVE-2022-35949: Fixed SSRF when an application takes in user input into the path/pathname option of undici.request (bsc#1202382).\n- CVE-2022-35948: Fixed CRLF injection via Content-Type (bsc#1202383).\n- CVE-2022-29244: Fixed npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace (bsc#1200517).\n- CVE-2022-31150: Fixed CRLF injection in node-undici (bsc#1201710).\n\nBugfixes:\n\n- Enable crypto-policies for SLE15 SP4+ and TW (bsc#1200303)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2022-3196,SUSE-SLE-Module-Web-Scripting-12-2022-3196", "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-2022_3196-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2022:3196-1", "url": "https://www.suse.com/support/update/announcement/2022/suse-su-20223196-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2022:3196-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-September/012190.html" }, { "category": "self", "summary": "SUSE Bug 1200303", "url": "https://bugzilla.suse.com/1200303" }, { "category": "self", "summary": "SUSE Bug 1200517", "url": "https://bugzilla.suse.com/1200517" }, { "category": "self", "summary": "SUSE Bug 1201710", "url": "https://bugzilla.suse.com/1201710" }, { "category": "self", "summary": "SUSE Bug 1202382", "url": "https://bugzilla.suse.com/1202382" }, { "category": "self", "summary": "SUSE Bug 1202383", "url": "https://bugzilla.suse.com/1202383" }, { "category": "self", "summary": "SUSE CVE CVE-2022-29244 page", "url": "https://www.suse.com/security/cve/CVE-2022-29244/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-31150 page", "url": "https://www.suse.com/security/cve/CVE-2022-31150/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-35948 page", "url": "https://www.suse.com/security/cve/CVE-2022-35948/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-35949 page", "url": "https://www.suse.com/security/cve/CVE-2022-35949/" } ], "title": "Security update for nodejs16", "tracking": { "current_release_date": "2022-09-08T08:35:42Z", "generator": { "date": "2022-09-08T08:35:42Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2022:3196-1", "initial_release_date": "2022-09-08T08:35:42Z", "revision_history": [ { "date": "2022-09-08T08:35:42Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-8.9.1.aarch64", "product": { "name": "corepack16-16.17.0-8.9.1.aarch64", "product_id": "corepack16-16.17.0-8.9.1.aarch64" } }, { "category": "product_version", "name": "nodejs16-16.17.0-8.9.1.aarch64", "product": { "name": "nodejs16-16.17.0-8.9.1.aarch64", "product_id": "nodejs16-16.17.0-8.9.1.aarch64" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-8.9.1.aarch64", "product": { "name": "nodejs16-devel-16.17.0-8.9.1.aarch64", "product_id": "nodejs16-devel-16.17.0-8.9.1.aarch64" } }, { "category": "product_version", "name": "npm16-16.17.0-8.9.1.aarch64", "product": { "name": "npm16-16.17.0-8.9.1.aarch64", "product_id": "npm16-16.17.0-8.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-8.9.1.i586", "product": { "name": "corepack16-16.17.0-8.9.1.i586", "product_id": "corepack16-16.17.0-8.9.1.i586" } }, { "category": "product_version", "name": "nodejs16-16.17.0-8.9.1.i586", "product": { "name": "nodejs16-16.17.0-8.9.1.i586", "product_id": "nodejs16-16.17.0-8.9.1.i586" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-8.9.1.i586", "product": { "name": "nodejs16-devel-16.17.0-8.9.1.i586", "product_id": "nodejs16-devel-16.17.0-8.9.1.i586" } }, { "category": "product_version", "name": "npm16-16.17.0-8.9.1.i586", "product": { "name": "npm16-16.17.0-8.9.1.i586", "product_id": "npm16-16.17.0-8.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "nodejs16-docs-16.17.0-8.9.1.noarch", "product": { "name": "nodejs16-docs-16.17.0-8.9.1.noarch", "product_id": "nodejs16-docs-16.17.0-8.9.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-8.9.1.ppc64le", "product": { "name": "corepack16-16.17.0-8.9.1.ppc64le", "product_id": "corepack16-16.17.0-8.9.1.ppc64le" } }, { "category": "product_version", "name": "nodejs16-16.17.0-8.9.1.ppc64le", "product": { "name": "nodejs16-16.17.0-8.9.1.ppc64le", "product_id": "nodejs16-16.17.0-8.9.1.ppc64le" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-8.9.1.ppc64le", "product": { "name": "nodejs16-devel-16.17.0-8.9.1.ppc64le", "product_id": "nodejs16-devel-16.17.0-8.9.1.ppc64le" } }, { "category": "product_version", "name": "npm16-16.17.0-8.9.1.ppc64le", "product": { "name": "npm16-16.17.0-8.9.1.ppc64le", "product_id": "npm16-16.17.0-8.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-8.9.1.s390x", "product": { "name": "corepack16-16.17.0-8.9.1.s390x", "product_id": "corepack16-16.17.0-8.9.1.s390x" } }, { "category": "product_version", "name": "nodejs16-16.17.0-8.9.1.s390x", "product": { "name": "nodejs16-16.17.0-8.9.1.s390x", "product_id": "nodejs16-16.17.0-8.9.1.s390x" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-8.9.1.s390x", "product": { "name": "nodejs16-devel-16.17.0-8.9.1.s390x", "product_id": "nodejs16-devel-16.17.0-8.9.1.s390x" } }, { "category": "product_version", "name": "npm16-16.17.0-8.9.1.s390x", "product": { "name": "npm16-16.17.0-8.9.1.s390x", "product_id": "npm16-16.17.0-8.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-8.9.1.x86_64", "product": { "name": "corepack16-16.17.0-8.9.1.x86_64", "product_id": "corepack16-16.17.0-8.9.1.x86_64" } }, { "category": "product_version", "name": "nodejs16-16.17.0-8.9.1.x86_64", "product": { "name": "nodejs16-16.17.0-8.9.1.x86_64", "product_id": "nodejs16-16.17.0-8.9.1.x86_64" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-8.9.1.x86_64", "product": { "name": "nodejs16-devel-16.17.0-8.9.1.x86_64", "product_id": "nodejs16-devel-16.17.0-8.9.1.x86_64" } }, { "category": "product_version", "name": "npm16-16.17.0-8.9.1.x86_64", "product": { "name": "npm16-16.17.0-8.9.1.x86_64", "product_id": "npm16-16.17.0-8.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-8.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64" }, "product_reference": "nodejs16-16.17.0-8.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-8.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le" }, "product_reference": "nodejs16-16.17.0-8.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-8.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x" }, "product_reference": "nodejs16-16.17.0-8.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-8.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64" }, "product_reference": "nodejs16-16.17.0-8.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-8.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64" }, "product_reference": "nodejs16-devel-16.17.0-8.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-8.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le" }, "product_reference": "nodejs16-devel-16.17.0-8.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-8.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x" }, "product_reference": "nodejs16-devel-16.17.0-8.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-8.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64" }, "product_reference": "nodejs16-devel-16.17.0-8.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-docs-16.17.0-8.9.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch" }, "product_reference": "nodejs16-docs-16.17.0-8.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-8.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64" }, "product_reference": "npm16-16.17.0-8.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-8.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le" }, "product_reference": "npm16-16.17.0-8.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-8.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x" }, "product_reference": "npm16-16.17.0-8.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-8.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" }, "product_reference": "npm16-16.17.0-8.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-29244", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-29244" } ], "notes": [ { "category": "general", "text": "npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace or with a workspace flag (ie. `--workspaces`, `--workspace=\u003cname\u003e`). Anyone who has run `npm pack` or `npm publish` inside a workspace, as of v7.9.0 and v7.13.0 respectively, may be affected and have published files into the npm registry they did not intend to include. Users should upgrade to the latest, patched version of npm v8.11.0, run: npm i -g npm@latest . Node.js versions v16.15.1, v17.19.1, and v18.3.0 include the patched v8.11.0 version of npm.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-29244", "url": "https://www.suse.com/security/cve/CVE-2022-29244" }, { "category": "external", "summary": "SUSE Bug 1200517 for CVE-2022-29244", "url": "https://bugzilla.suse.com/1200517" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-08T08:35:42Z", "details": "moderate" } ], "title": "CVE-2022-29244" }, { "cve": "CVE-2022-31150", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-31150" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-31150", "url": "https://www.suse.com/security/cve/CVE-2022-31150" }, { "category": "external", "summary": "SUSE Bug 1201710 for CVE-2022-31150", "url": "https://bugzilla.suse.com/1201710" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-08T08:35:42Z", "details": "moderate" } ], "title": "CVE-2022-31150" }, { "cve": "CVE-2022-35948", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-35948" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js.`=\u003c undici@5.8.0` users are vulnerable to _CRLF Injection_ on headers when using unsanitized input as request headers, more specifically, inside the `content-type` header. Example: ``` import { request } from \u0027undici\u0027 const unsanitizedContentTypeInput = \u0027application/json\\r\\n\\r\\nGET /foo2 HTTP/1.1\u0027 await request(\u0027http://localhost:3000, { method: \u0027GET\u0027, headers: { \u0027content-type\u0027: unsanitizedContentTypeInput }, }) ``` The above snippet will perform two requests in a single `request` API call: 1) `http://localhost:3000/` 2) `http://localhost:3000/foo2` This issue was patched in Undici v5.8.1. Sanitize input when sending content-type headers using user input as a workaround.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-35948", "url": "https://www.suse.com/security/cve/CVE-2022-35948" }, { "category": "external", "summary": "SUSE Bug 1202383 for CVE-2022-35948", "url": "https://bugzilla.suse.com/1202383" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-08T08:35:42Z", "details": "moderate" } ], "title": "CVE-2022-35948" }, { "cve": "CVE-2022-35949", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-35949" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js.`undici` is vulnerable to SSRF (Server-side Request Forgery) when an application takes in **user input** into the `path/pathname` option of `undici.request`. If a user specifies a URL such as `http://127.0.0.1` or `//127.0.0.1` ```js const undici = require(\"undici\") undici.request({origin: \"http://example.com\", pathname: \"//127.0.0.1\"}) ``` Instead of processing the request as `http://example.org//127.0.0.1` (or `http://example.org/http://127.0.0.1` when `http://127.0.0.1 is used`), it actually processes the request as `http://127.0.0.1/` and sends it to `http://127.0.0.1`. If a developer passes in user input into `path` parameter of `undici.request`, it can result in an _SSRF_ as they will assume that the hostname cannot change, when in actual fact it can change because the specified path parameter is combined with the base URL. This issue was fixed in `undici@5.8.1`. The best workaround is to validate user input before passing it to the `undici.request` call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-35949", "url": "https://www.suse.com/security/cve/CVE-2022-35949" }, { "category": "external", "summary": "SUSE Bug 1202382 for CVE-2022-35949", "url": "https://bugzilla.suse.com/1202382" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.0-8.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.0-8.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.0-8.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-08T08:35:42Z", "details": "moderate" } ], "title": "CVE-2022-35949" } ] }
suse-su-2022:3251-1
Vulnerability from csaf_suse
Published
2022-09-12 07:07
Modified
2022-09-12 07:07
Summary
Security update for nodejs16
Notes
Title of the patch
Security update for nodejs16
Description of the patch
This update for nodejs16 fixes the following issues:
- CVE-2022-35949: Fixed SSRF when an application takes in user input into the path/pathname option of undici.request (bsc#1202382).
- CVE-2022-35948: Fixed CRLF injection via Content-Type (bsc#1202383).
- CVE-2022-29244: Fixed npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace (bsc#1200517).
- CVE-2022-31150: Fixed CRLF injection in node-undici (bsc#1201710).
Bugfixes:
- Enable crypto-policies for SLE15 SP4+ and TW (bsc#1200303)
Patchnames
SUSE-2022-3251,SUSE-SLE-Module-Web-Scripting-15-SP3-2022-3251,openSUSE-SLE-15.3-2022-3251
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs16", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs16 fixes the following issues:\n\n- CVE-2022-35949: Fixed SSRF when an application takes in user input into the path/pathname option of undici.request (bsc#1202382).\n- CVE-2022-35948: Fixed CRLF injection via Content-Type (bsc#1202383).\n- CVE-2022-29244: Fixed npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace (bsc#1200517).\n- CVE-2022-31150: Fixed CRLF injection in node-undici (bsc#1201710).\n\nBugfixes:\n\n- Enable crypto-policies for SLE15 SP4+ and TW (bsc#1200303)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2022-3251,SUSE-SLE-Module-Web-Scripting-15-SP3-2022-3251,openSUSE-SLE-15.3-2022-3251", "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-2022_3251-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2022:3251-1", "url": "https://www.suse.com/support/update/announcement/2022/suse-su-20223251-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2022:3251-1", "url": "https://lists.suse.com/pipermail/sle-updates/2022-September/025091.html" }, { "category": "self", "summary": "SUSE Bug 1200303", "url": "https://bugzilla.suse.com/1200303" }, { "category": "self", "summary": "SUSE Bug 1200517", "url": "https://bugzilla.suse.com/1200517" }, { "category": "self", "summary": "SUSE Bug 1201710", "url": "https://bugzilla.suse.com/1201710" }, { "category": "self", "summary": "SUSE Bug 1202382", "url": "https://bugzilla.suse.com/1202382" }, { "category": "self", "summary": "SUSE Bug 1202383", "url": "https://bugzilla.suse.com/1202383" }, { "category": "self", "summary": "SUSE CVE CVE-2022-29244 page", "url": "https://www.suse.com/security/cve/CVE-2022-29244/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-31150 page", "url": "https://www.suse.com/security/cve/CVE-2022-31150/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-35948 page", "url": "https://www.suse.com/security/cve/CVE-2022-35948/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-35949 page", "url": "https://www.suse.com/security/cve/CVE-2022-35949/" } ], "title": "Security update for nodejs16", "tracking": { "current_release_date": "2022-09-12T07:07:06Z", "generator": { "date": "2022-09-12T07:07:06Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2022:3251-1", "initial_release_date": "2022-09-12T07:07:06Z", "revision_history": [ { "date": "2022-09-12T07:07:06Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150300.7.9.1.aarch64", "product": { "name": "corepack16-16.17.0-150300.7.9.1.aarch64", "product_id": "corepack16-16.17.0-150300.7.9.1.aarch64" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150300.7.9.1.aarch64", "product": { "name": "nodejs16-16.17.0-150300.7.9.1.aarch64", "product_id": "nodejs16-16.17.0-150300.7.9.1.aarch64" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "product": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "product_id": "nodejs16-devel-16.17.0-150300.7.9.1.aarch64" } }, { "category": "product_version", "name": "npm16-16.17.0-150300.7.9.1.aarch64", "product": { "name": "npm16-16.17.0-150300.7.9.1.aarch64", "product_id": "npm16-16.17.0-150300.7.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150300.7.9.1.i586", "product": { "name": "corepack16-16.17.0-150300.7.9.1.i586", "product_id": "corepack16-16.17.0-150300.7.9.1.i586" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150300.7.9.1.i586", "product": { "name": "nodejs16-16.17.0-150300.7.9.1.i586", "product_id": "nodejs16-16.17.0-150300.7.9.1.i586" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150300.7.9.1.i586", "product": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.i586", "product_id": "nodejs16-devel-16.17.0-150300.7.9.1.i586" } }, { "category": "product_version", "name": "npm16-16.17.0-150300.7.9.1.i586", "product": { "name": "npm16-16.17.0-150300.7.9.1.i586", "product_id": "npm16-16.17.0-150300.7.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "nodejs16-docs-16.17.0-150300.7.9.1.noarch", "product": { "name": "nodejs16-docs-16.17.0-150300.7.9.1.noarch", "product_id": "nodejs16-docs-16.17.0-150300.7.9.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150300.7.9.1.ppc64le", "product": { "name": "corepack16-16.17.0-150300.7.9.1.ppc64le", "product_id": "corepack16-16.17.0-150300.7.9.1.ppc64le" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150300.7.9.1.ppc64le", "product": { "name": "nodejs16-16.17.0-150300.7.9.1.ppc64le", "product_id": "nodejs16-16.17.0-150300.7.9.1.ppc64le" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "product": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "product_id": "nodejs16-devel-16.17.0-150300.7.9.1.ppc64le" } }, { "category": "product_version", "name": "npm16-16.17.0-150300.7.9.1.ppc64le", "product": { "name": "npm16-16.17.0-150300.7.9.1.ppc64le", "product_id": "npm16-16.17.0-150300.7.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150300.7.9.1.s390x", "product": { "name": "corepack16-16.17.0-150300.7.9.1.s390x", "product_id": "corepack16-16.17.0-150300.7.9.1.s390x" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150300.7.9.1.s390x", "product": { "name": "nodejs16-16.17.0-150300.7.9.1.s390x", "product_id": "nodejs16-16.17.0-150300.7.9.1.s390x" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150300.7.9.1.s390x", "product": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.s390x", "product_id": "nodejs16-devel-16.17.0-150300.7.9.1.s390x" } }, { "category": "product_version", "name": "npm16-16.17.0-150300.7.9.1.s390x", "product": { "name": "npm16-16.17.0-150300.7.9.1.s390x", "product_id": "npm16-16.17.0-150300.7.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150300.7.9.1.x86_64", "product": { "name": "corepack16-16.17.0-150300.7.9.1.x86_64", "product_id": "corepack16-16.17.0-150300.7.9.1.x86_64" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150300.7.9.1.x86_64", "product": { "name": "nodejs16-16.17.0-150300.7.9.1.x86_64", "product_id": "nodejs16-16.17.0-150300.7.9.1.x86_64" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "product": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "product_id": "nodejs16-devel-16.17.0-150300.7.9.1.x86_64" } }, { "category": "product_version", "name": "npm16-16.17.0-150300.7.9.1.x86_64", "product": { "name": "npm16-16.17.0-150300.7.9.1.x86_64", "product_id": "npm16-16.17.0-150300.7.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp3" } } }, { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150300.7.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64" }, "product_reference": "nodejs16-16.17.0-150300.7.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150300.7.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le" }, "product_reference": "nodejs16-16.17.0-150300.7.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150300.7.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x" }, "product_reference": "nodejs16-16.17.0-150300.7.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150300.7.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64" }, "product_reference": "nodejs16-16.17.0-150300.7.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64" }, "product_reference": "nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le" }, "product_reference": "nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x" }, "product_reference": "nodejs16-devel-16.17.0-150300.7.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64" }, "product_reference": "nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-docs-16.17.0-150300.7.9.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch" }, "product_reference": "nodejs16-docs-16.17.0-150300.7.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150300.7.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64" }, "product_reference": "npm16-16.17.0-150300.7.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150300.7.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le" }, "product_reference": "npm16-16.17.0-150300.7.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150300.7.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x" }, "product_reference": "npm16-16.17.0-150300.7.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150300.7.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64" }, "product_reference": "npm16-16.17.0-150300.7.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150300.7.9.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64" }, "product_reference": "nodejs16-16.17.0-150300.7.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150300.7.9.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le" }, "product_reference": "nodejs16-16.17.0-150300.7.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150300.7.9.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x" }, "product_reference": "nodejs16-16.17.0-150300.7.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150300.7.9.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64" }, "product_reference": "nodejs16-16.17.0-150300.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64" }, "product_reference": "nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le" }, "product_reference": "nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x" }, "product_reference": "nodejs16-devel-16.17.0-150300.7.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150300.7.9.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64" }, "product_reference": "nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-docs-16.17.0-150300.7.9.1.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch" }, "product_reference": "nodejs16-docs-16.17.0-150300.7.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150300.7.9.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64" }, "product_reference": "npm16-16.17.0-150300.7.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150300.7.9.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le" }, "product_reference": "npm16-16.17.0-150300.7.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150300.7.9.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x" }, "product_reference": "npm16-16.17.0-150300.7.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150300.7.9.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" }, "product_reference": "npm16-16.17.0-150300.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-29244", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-29244" } ], "notes": [ { "category": "general", "text": "npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace or with a workspace flag (ie. `--workspaces`, `--workspace=\u003cname\u003e`). Anyone who has run `npm pack` or `npm publish` inside a workspace, as of v7.9.0 and v7.13.0 respectively, may be affected and have published files into the npm registry they did not intend to include. Users should upgrade to the latest, patched version of npm v8.11.0, run: npm i -g npm@latest . Node.js versions v16.15.1, v17.19.1, and v18.3.0 include the patched v8.11.0 version of npm.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-29244", "url": "https://www.suse.com/security/cve/CVE-2022-29244" }, { "category": "external", "summary": "SUSE Bug 1200517 for CVE-2022-29244", "url": "https://bugzilla.suse.com/1200517" } ], "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 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-12T07:07:06Z", "details": "moderate" } ], "title": "CVE-2022-29244" }, { "cve": "CVE-2022-31150", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-31150" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-31150", "url": "https://www.suse.com/security/cve/CVE-2022-31150" }, { "category": "external", "summary": "SUSE Bug 1201710 for CVE-2022-31150", "url": "https://bugzilla.suse.com/1201710" } ], "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 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-12T07:07:06Z", "details": "moderate" } ], "title": "CVE-2022-31150" }, { "cve": "CVE-2022-35948", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-35948" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js.`=\u003c undici@5.8.0` users are vulnerable to _CRLF Injection_ on headers when using unsanitized input as request headers, more specifically, inside the `content-type` header. Example: ``` import { request } from \u0027undici\u0027 const unsanitizedContentTypeInput = \u0027application/json\\r\\n\\r\\nGET /foo2 HTTP/1.1\u0027 await request(\u0027http://localhost:3000, { method: \u0027GET\u0027, headers: { \u0027content-type\u0027: unsanitizedContentTypeInput }, }) ``` The above snippet will perform two requests in a single `request` API call: 1) `http://localhost:3000/` 2) `http://localhost:3000/foo2` This issue was patched in Undici v5.8.1. Sanitize input when sending content-type headers using user input as a workaround.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-35948", "url": "https://www.suse.com/security/cve/CVE-2022-35948" }, { "category": "external", "summary": "SUSE Bug 1202383 for CVE-2022-35948", "url": "https://bugzilla.suse.com/1202383" } ], "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 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-12T07:07:06Z", "details": "moderate" } ], "title": "CVE-2022-35948" }, { "cve": "CVE-2022-35949", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-35949" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js.`undici` is vulnerable to SSRF (Server-side Request Forgery) when an application takes in **user input** into the `path/pathname` option of `undici.request`. If a user specifies a URL such as `http://127.0.0.1` or `//127.0.0.1` ```js const undici = require(\"undici\") undici.request({origin: \"http://example.com\", pathname: \"//127.0.0.1\"}) ``` Instead of processing the request as `http://example.org//127.0.0.1` (or `http://example.org/http://127.0.0.1` when `http://127.0.0.1 is used`), it actually processes the request as `http://127.0.0.1/` and sends it to `http://127.0.0.1`. If a developer passes in user input into `path` parameter of `undici.request`, it can result in an _SSRF_ as they will assume that the hostname cannot change, when in actual fact it can change because the specified path parameter is combined with the base URL. This issue was fixed in `undici@5.8.1`. The best workaround is to validate user input before passing it to the `undici.request` call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-35949", "url": "https://www.suse.com/security/cve/CVE-2022-35949" }, { "category": "external", "summary": "SUSE Bug 1202382 for CVE-2022-35949", "url": "https://bugzilla.suse.com/1202382" } ], "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 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:nodejs16-devel-16.17.0-150300.7.9.1.x86_64", "openSUSE Leap 15.3:nodejs16-docs-16.17.0-150300.7.9.1.noarch", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.aarch64", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.ppc64le", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.s390x", "openSUSE Leap 15.3:npm16-16.17.0-150300.7.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-12T07:07:06Z", "details": "moderate" } ], "title": "CVE-2022-35949" } ] }
suse-su-2022:3250-1
Vulnerability from csaf_suse
Published
2022-09-12 07:06
Modified
2022-09-12 07:06
Summary
Security update for nodejs16
Notes
Title of the patch
Security update for nodejs16
Description of the patch
This update for nodejs16 fixes the following issues:
- CVE-2022-35949: Fixed SSRF when an application takes in user input into the path/pathname option of undici.request (bsc#1202382).
- CVE-2022-35948: Fixed CRLF injection via Content-Type (bsc#1202383).
- CVE-2022-29244: Fixed npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace (bsc#1200517).
- CVE-2022-31150: Fixed CRLF injection in node-undici (bsc#1201710).
Bugfixes:
- Enable crypto-policies for SLE15 SP4+ and TW (bsc#1200303)
Patchnames
SUSE-2022-3250,SUSE-SLE-Module-Web-Scripting-15-SP4-2022-3250,openSUSE-SLE-15.4-2022-3250
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs16", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs16 fixes the following issues:\n\n- CVE-2022-35949: Fixed SSRF when an application takes in user input into the path/pathname option of undici.request (bsc#1202382).\n- CVE-2022-35948: Fixed CRLF injection via Content-Type (bsc#1202383).\n- CVE-2022-29244: Fixed npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace (bsc#1200517).\n- CVE-2022-31150: Fixed CRLF injection in node-undici (bsc#1201710).\n\nBugfixes:\n\n- Enable crypto-policies for SLE15 SP4+ and TW (bsc#1200303)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2022-3250,SUSE-SLE-Module-Web-Scripting-15-SP4-2022-3250,openSUSE-SLE-15.4-2022-3250", "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-2022_3250-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2022:3250-1", "url": "https://www.suse.com/support/update/announcement/2022/suse-su-20223250-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2022:3250-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-September/012208.html" }, { "category": "self", "summary": "SUSE Bug 1200303", "url": "https://bugzilla.suse.com/1200303" }, { "category": "self", "summary": "SUSE Bug 1200517", "url": "https://bugzilla.suse.com/1200517" }, { "category": "self", "summary": "SUSE Bug 1201710", "url": "https://bugzilla.suse.com/1201710" }, { "category": "self", "summary": "SUSE Bug 1202382", "url": "https://bugzilla.suse.com/1202382" }, { "category": "self", "summary": "SUSE Bug 1202383", "url": "https://bugzilla.suse.com/1202383" }, { "category": "self", "summary": "SUSE CVE CVE-2022-29244 page", "url": "https://www.suse.com/security/cve/CVE-2022-29244/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-31150 page", "url": "https://www.suse.com/security/cve/CVE-2022-31150/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-35948 page", "url": "https://www.suse.com/security/cve/CVE-2022-35948/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-35949 page", "url": "https://www.suse.com/security/cve/CVE-2022-35949/" } ], "title": "Security update for nodejs16", "tracking": { "current_release_date": "2022-09-12T07:06:54Z", "generator": { "date": "2022-09-12T07:06:54Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2022:3250-1", "initial_release_date": "2022-09-12T07:06:54Z", "revision_history": [ { "date": "2022-09-12T07:06:54Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150400.3.6.1.aarch64", "product": { "name": "corepack16-16.17.0-150400.3.6.1.aarch64", "product_id": "corepack16-16.17.0-150400.3.6.1.aarch64" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150400.3.6.1.aarch64", "product": { "name": "nodejs16-16.17.0-150400.3.6.1.aarch64", "product_id": "nodejs16-16.17.0-150400.3.6.1.aarch64" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "product": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "product_id": "nodejs16-devel-16.17.0-150400.3.6.1.aarch64" } }, { "category": "product_version", "name": "npm16-16.17.0-150400.3.6.1.aarch64", "product": { "name": "npm16-16.17.0-150400.3.6.1.aarch64", "product_id": "npm16-16.17.0-150400.3.6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150400.3.6.1.i586", "product": { "name": "corepack16-16.17.0-150400.3.6.1.i586", "product_id": "corepack16-16.17.0-150400.3.6.1.i586" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150400.3.6.1.i586", "product": { "name": "nodejs16-16.17.0-150400.3.6.1.i586", "product_id": "nodejs16-16.17.0-150400.3.6.1.i586" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150400.3.6.1.i586", "product": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.i586", "product_id": "nodejs16-devel-16.17.0-150400.3.6.1.i586" } }, { "category": "product_version", "name": "npm16-16.17.0-150400.3.6.1.i586", "product": { "name": "npm16-16.17.0-150400.3.6.1.i586", "product_id": "npm16-16.17.0-150400.3.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "nodejs16-docs-16.17.0-150400.3.6.1.noarch", "product": { "name": "nodejs16-docs-16.17.0-150400.3.6.1.noarch", "product_id": "nodejs16-docs-16.17.0-150400.3.6.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150400.3.6.1.ppc64le", "product": { "name": "corepack16-16.17.0-150400.3.6.1.ppc64le", "product_id": "corepack16-16.17.0-150400.3.6.1.ppc64le" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150400.3.6.1.ppc64le", "product": { "name": "nodejs16-16.17.0-150400.3.6.1.ppc64le", "product_id": "nodejs16-16.17.0-150400.3.6.1.ppc64le" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "product": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "product_id": "nodejs16-devel-16.17.0-150400.3.6.1.ppc64le" } }, { "category": "product_version", "name": "npm16-16.17.0-150400.3.6.1.ppc64le", "product": { "name": "npm16-16.17.0-150400.3.6.1.ppc64le", "product_id": "npm16-16.17.0-150400.3.6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150400.3.6.1.s390x", "product": { "name": "corepack16-16.17.0-150400.3.6.1.s390x", "product_id": "corepack16-16.17.0-150400.3.6.1.s390x" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150400.3.6.1.s390x", "product": { "name": "nodejs16-16.17.0-150400.3.6.1.s390x", "product_id": "nodejs16-16.17.0-150400.3.6.1.s390x" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150400.3.6.1.s390x", "product": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.s390x", "product_id": "nodejs16-devel-16.17.0-150400.3.6.1.s390x" } }, { "category": "product_version", "name": "npm16-16.17.0-150400.3.6.1.s390x", "product": { "name": "npm16-16.17.0-150400.3.6.1.s390x", "product_id": "npm16-16.17.0-150400.3.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-150400.3.6.1.x86_64", "product": { "name": "corepack16-16.17.0-150400.3.6.1.x86_64", "product_id": "corepack16-16.17.0-150400.3.6.1.x86_64" } }, { "category": "product_version", "name": "nodejs16-16.17.0-150400.3.6.1.x86_64", "product": { "name": "nodejs16-16.17.0-150400.3.6.1.x86_64", "product_id": "nodejs16-16.17.0-150400.3.6.1.x86_64" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "product": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "product_id": "nodejs16-devel-16.17.0-150400.3.6.1.x86_64" } }, { "category": "product_version", "name": "npm16-16.17.0-150400.3.6.1.x86_64", "product": { "name": "npm16-16.17.0-150400.3.6.1.x86_64", "product_id": "npm16-16.17.0-150400.3.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64" }, "product_reference": "nodejs16-16.17.0-150400.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le" }, "product_reference": "nodejs16-16.17.0-150400.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150400.3.6.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x" }, "product_reference": "nodejs16-16.17.0-150400.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64" }, "product_reference": "nodejs16-16.17.0-150400.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64" }, "product_reference": "nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le" }, "product_reference": "nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x" }, "product_reference": "nodejs16-devel-16.17.0-150400.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64" }, "product_reference": "nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-docs-16.17.0-150400.3.6.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch" }, "product_reference": "nodejs16-docs-16.17.0-150400.3.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64" }, "product_reference": "npm16-16.17.0-150400.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le" }, "product_reference": "npm16-16.17.0-150400.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150400.3.6.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x" }, "product_reference": "npm16-16.17.0-150400.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64" }, "product_reference": "npm16-16.17.0-150400.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "corepack16-16.17.0-150400.3.6.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64" }, "product_reference": "corepack16-16.17.0-150400.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "corepack16-16.17.0-150400.3.6.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le" }, "product_reference": "corepack16-16.17.0-150400.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "corepack16-16.17.0-150400.3.6.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x" }, "product_reference": "corepack16-16.17.0-150400.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "corepack16-16.17.0-150400.3.6.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64" }, "product_reference": "corepack16-16.17.0-150400.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150400.3.6.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64" }, "product_reference": "nodejs16-16.17.0-150400.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150400.3.6.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le" }, "product_reference": "nodejs16-16.17.0-150400.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150400.3.6.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x" }, "product_reference": "nodejs16-16.17.0-150400.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-150400.3.6.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64" }, "product_reference": "nodejs16-16.17.0-150400.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64" }, "product_reference": "nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le" }, "product_reference": "nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x" }, "product_reference": "nodejs16-devel-16.17.0-150400.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-150400.3.6.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64" }, "product_reference": "nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-docs-16.17.0-150400.3.6.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch" }, "product_reference": "nodejs16-docs-16.17.0-150400.3.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150400.3.6.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64" }, "product_reference": "npm16-16.17.0-150400.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150400.3.6.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le" }, "product_reference": "npm16-16.17.0-150400.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150400.3.6.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x" }, "product_reference": "npm16-16.17.0-150400.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-150400.3.6.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" }, "product_reference": "npm16-16.17.0-150400.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-29244", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-29244" } ], "notes": [ { "category": "general", "text": "npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace or with a workspace flag (ie. `--workspaces`, `--workspace=\u003cname\u003e`). Anyone who has run `npm pack` or `npm publish` inside a workspace, as of v7.9.0 and v7.13.0 respectively, may be affected and have published files into the npm registry they did not intend to include. Users should upgrade to the latest, patched version of npm v8.11.0, run: npm i -g npm@latest . Node.js versions v16.15.1, v17.19.1, and v18.3.0 include the patched v8.11.0 version of npm.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-29244", "url": "https://www.suse.com/security/cve/CVE-2022-29244" }, { "category": "external", "summary": "SUSE Bug 1200517 for CVE-2022-29244", "url": "https://bugzilla.suse.com/1200517" } ], "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 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-12T07:06:54Z", "details": "moderate" } ], "title": "CVE-2022-29244" }, { "cve": "CVE-2022-31150", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-31150" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-31150", "url": "https://www.suse.com/security/cve/CVE-2022-31150" }, { "category": "external", "summary": "SUSE Bug 1201710 for CVE-2022-31150", "url": "https://bugzilla.suse.com/1201710" } ], "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 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-12T07:06:54Z", "details": "moderate" } ], "title": "CVE-2022-31150" }, { "cve": "CVE-2022-35948", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-35948" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js.`=\u003c undici@5.8.0` users are vulnerable to _CRLF Injection_ on headers when using unsanitized input as request headers, more specifically, inside the `content-type` header. Example: ``` import { request } from \u0027undici\u0027 const unsanitizedContentTypeInput = \u0027application/json\\r\\n\\r\\nGET /foo2 HTTP/1.1\u0027 await request(\u0027http://localhost:3000, { method: \u0027GET\u0027, headers: { \u0027content-type\u0027: unsanitizedContentTypeInput }, }) ``` The above snippet will perform two requests in a single `request` API call: 1) `http://localhost:3000/` 2) `http://localhost:3000/foo2` This issue was patched in Undici v5.8.1. Sanitize input when sending content-type headers using user input as a workaround.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-35948", "url": "https://www.suse.com/security/cve/CVE-2022-35948" }, { "category": "external", "summary": "SUSE Bug 1202383 for CVE-2022-35948", "url": "https://bugzilla.suse.com/1202383" } ], "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 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-12T07:06:54Z", "details": "moderate" } ], "title": "CVE-2022-35948" }, { "cve": "CVE-2022-35949", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-35949" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js.`undici` is vulnerable to SSRF (Server-side Request Forgery) when an application takes in **user input** into the `path/pathname` option of `undici.request`. If a user specifies a URL such as `http://127.0.0.1` or `//127.0.0.1` ```js const undici = require(\"undici\") undici.request({origin: \"http://example.com\", pathname: \"//127.0.0.1\"}) ``` Instead of processing the request as `http://example.org//127.0.0.1` (or `http://example.org/http://127.0.0.1` when `http://127.0.0.1 is used`), it actually processes the request as `http://127.0.0.1/` and sends it to `http://127.0.0.1`. If a developer passes in user input into `path` parameter of `undici.request`, it can result in an _SSRF_ as they will assume that the hostname cannot change, when in actual fact it can change because the specified path parameter is combined with the base URL. This issue was fixed in `undici@5.8.1`. The best workaround is to validate user input before passing it to the `undici.request` call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-35949", "url": "https://www.suse.com/security/cve/CVE-2022-35949" }, { "category": "external", "summary": "SUSE Bug 1202382 for CVE-2022-35949", "url": "https://bugzilla.suse.com/1202382" } ], "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 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:npm16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:corepack16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:nodejs16-devel-16.17.0-150400.3.6.1.x86_64", "openSUSE Leap 15.4:nodejs16-docs-16.17.0-150400.3.6.1.noarch", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.aarch64", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.ppc64le", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.s390x", "openSUSE Leap 15.4:npm16-16.17.0-150400.3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-09-12T07:06:54Z", "details": "moderate" } ], "title": "CVE-2022-35949" } ] }
ghsa-3cvr-822r-rqcc
Vulnerability from github
Published
2022-07-21 20:30
Modified
2022-07-21 20:30
Severity ?
VLAI Severity ?
Summary
undici before v5.8.0 vulnerable to CRLF injection in request headers
Details
Impact
It is possible to inject CRLF sequences into request headers in Undici.
```js const undici = require('undici')
const response = undici.request("http://127.0.0.1:1000", { headers: {'a': "\r\nb"} }) ```
The same applies to path
and method
Patches
Update to v5.8.0
Workarounds
Sanitize all HTTP headers from untrusted sources to eliminate \r\n
.
References
https://hackerone.com/reports/409943 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12116
For more information
If you have any questions or comments about this advisory:
- Open an issue in undici repository
- To make a report, follow the SECURITY document
{ "affected": [ { "package": { "ecosystem": "npm", "name": "undici" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "5.8.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-31150" ], "database_specific": { "cwe_ids": [ "CWE-93" ], "github_reviewed": true, "github_reviewed_at": "2022-07-21T20:30:10Z", "nvd_published_at": "2022-07-19T21:15:00Z", "severity": "MODERATE" }, "details": "### Impact\n\nIt is possible to inject CRLF sequences into request headers in Undici.\n\n```js\nconst undici = require(\u0027undici\u0027)\n\nconst response = undici.request(\"http://127.0.0.1:1000\", {\n headers: {\u0027a\u0027: \"\\r\\nb\"}\n})\n```\n\nThe same applies to `path` and `method`\n\n### Patches\n\nUpdate to v5.8.0\n\n### Workarounds\n\nSanitize all HTTP headers from untrusted sources to eliminate `\\r\\n`.\n\n### References\n\nhttps://hackerone.com/reports/409943\nhttps://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12116\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [undici repository](https://github.com/nodejs/undici/issues)\n* To make a report, follow the [SECURITY](https://github.com/nodejs/node/blob/HEAD/SECURITY.md) document\n", "id": "GHSA-3cvr-822r-rqcc", "modified": "2022-07-21T20:30:10Z", "published": "2022-07-21T20:30:10Z", "references": [ { "type": "WEB", "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31150" }, { "type": "WEB", "url": "https://github.com/nodejs/undici/commit/a29a151d0140d095742d21a004023d024fe93259" }, { "type": "WEB", "url": "https://hackerone.com/reports/409943" }, { "type": "PACKAGE", "url": "https://github.com/nodejs/undici" }, { "type": "WEB", "url": "https://github.com/nodejs/undici/releases/tag/v5.8.0" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20220915-0002" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "type": "CVSS_V3" } ], "summary": "undici before v5.8.0 vulnerable to CRLF injection in request headers" }
fkie_cve-2022-31150
Vulnerability from fkie_nvd
Published
2022-07-19 21:15
Modified
2024-11-21 07:04
Severity ?
5.3 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
6.5 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
6.5 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Summary
undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\r\n` is a workaround for this issue.
References
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://github.com/nodejs/undici/releases/tag/v5.8.0 | Release Notes, Third Party Advisory | |
security-advisories@github.com | https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc | Exploit, Third Party Advisory | |
security-advisories@github.com | https://hackerone.com/reports/409943 | Exploit, Third Party Advisory | |
security-advisories@github.com | https://security.netapp.com/advisory/ntap-20220915-0002/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/nodejs/undici/releases/tag/v5.8.0 | Release Notes, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc | Exploit, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://hackerone.com/reports/409943 | Exploit, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20220915-0002/ | Third Party Advisory |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*", "matchCriteriaId": "9673DD56-07E3-4AA7-A2E1-BAF0D820DFA0", "versionEndExcluding": "5.8.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue." }, { "lang": "es", "value": "undici es un cliente HTTP/1.1, escrito desde cero para Node.js. Es posible inyectar secuencias de tipo CRLF en los encabezados de las peticiones en undici en versiones anteriores a 5.7.1. En versi\u00f3n 5.8.0 ha sido publicada una correcci\u00f3n. Una correcci\u00f3n a este problema es sanear todas las cabeceras HTTP de fuentes no confiables para eliminar las secuencias de tipo CRLF." } ], "id": "CVE-2022-31150", "lastModified": "2024-11-21T07:04:00.207", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 1.4, "source": "security-advisories@github.com", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 2.5, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2022-07-19T21:15:15.160", "references": [ { "source": "security-advisories@github.com", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/nodejs/undici/releases/tag/v5.8.0" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://hackerone.com/reports/409943" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20220915-0002/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/nodejs/undici/releases/tag/v5.8.0" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://hackerone.com/reports/409943" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20220915-0002/" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-93" } ], "source": "security-advisories@github.com", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "NVD-CWE-Other" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
opensuse-su-2024:12285-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
corepack16-16.17.0-2.1 on GA media
Notes
Title of the patch
corepack16-16.17.0-2.1 on GA media
Description of the patch
These are all security issues fixed in the corepack16-16.17.0-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-12285
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "corepack16-16.17.0-2.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the corepack16-16.17.0-2.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-12285", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12285-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2022-31150 page", "url": "https://www.suse.com/security/cve/CVE-2022-31150/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-35949 page", "url": "https://www.suse.com/security/cve/CVE-2022-35949/" } ], "title": "corepack16-16.17.0-2.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:12285-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-2.1.aarch64", "product": { "name": "corepack16-16.17.0-2.1.aarch64", "product_id": "corepack16-16.17.0-2.1.aarch64" } }, { "category": "product_version", "name": "nodejs16-16.17.0-2.1.aarch64", "product": { "name": "nodejs16-16.17.0-2.1.aarch64", "product_id": "nodejs16-16.17.0-2.1.aarch64" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-2.1.aarch64", "product": { "name": "nodejs16-devel-16.17.0-2.1.aarch64", "product_id": "nodejs16-devel-16.17.0-2.1.aarch64" } }, { "category": "product_version", "name": "nodejs16-docs-16.17.0-2.1.aarch64", "product": { "name": "nodejs16-docs-16.17.0-2.1.aarch64", "product_id": "nodejs16-docs-16.17.0-2.1.aarch64" } }, { "category": "product_version", "name": "npm16-16.17.0-2.1.aarch64", "product": { "name": "npm16-16.17.0-2.1.aarch64", "product_id": "npm16-16.17.0-2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-2.1.ppc64le", "product": { "name": "corepack16-16.17.0-2.1.ppc64le", "product_id": "corepack16-16.17.0-2.1.ppc64le" } }, { "category": "product_version", "name": "nodejs16-16.17.0-2.1.ppc64le", "product": { "name": "nodejs16-16.17.0-2.1.ppc64le", "product_id": "nodejs16-16.17.0-2.1.ppc64le" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-2.1.ppc64le", "product": { "name": "nodejs16-devel-16.17.0-2.1.ppc64le", "product_id": "nodejs16-devel-16.17.0-2.1.ppc64le" } }, { "category": "product_version", "name": "nodejs16-docs-16.17.0-2.1.ppc64le", "product": { "name": "nodejs16-docs-16.17.0-2.1.ppc64le", "product_id": "nodejs16-docs-16.17.0-2.1.ppc64le" } }, { "category": "product_version", "name": "npm16-16.17.0-2.1.ppc64le", "product": { "name": "npm16-16.17.0-2.1.ppc64le", "product_id": "npm16-16.17.0-2.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-2.1.s390x", "product": { "name": "corepack16-16.17.0-2.1.s390x", "product_id": "corepack16-16.17.0-2.1.s390x" } }, { "category": "product_version", "name": "nodejs16-16.17.0-2.1.s390x", "product": { "name": "nodejs16-16.17.0-2.1.s390x", "product_id": "nodejs16-16.17.0-2.1.s390x" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-2.1.s390x", "product": { "name": "nodejs16-devel-16.17.0-2.1.s390x", "product_id": "nodejs16-devel-16.17.0-2.1.s390x" } }, { "category": "product_version", "name": "nodejs16-docs-16.17.0-2.1.s390x", "product": { "name": "nodejs16-docs-16.17.0-2.1.s390x", "product_id": "nodejs16-docs-16.17.0-2.1.s390x" } }, { "category": "product_version", "name": "npm16-16.17.0-2.1.s390x", "product": { "name": "npm16-16.17.0-2.1.s390x", "product_id": "npm16-16.17.0-2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "corepack16-16.17.0-2.1.x86_64", "product": { "name": "corepack16-16.17.0-2.1.x86_64", "product_id": "corepack16-16.17.0-2.1.x86_64" } }, { "category": "product_version", "name": "nodejs16-16.17.0-2.1.x86_64", "product": { "name": "nodejs16-16.17.0-2.1.x86_64", "product_id": "nodejs16-16.17.0-2.1.x86_64" } }, { "category": "product_version", "name": "nodejs16-devel-16.17.0-2.1.x86_64", "product": { "name": "nodejs16-devel-16.17.0-2.1.x86_64", "product_id": "nodejs16-devel-16.17.0-2.1.x86_64" } }, { "category": "product_version", "name": "nodejs16-docs-16.17.0-2.1.x86_64", "product": { "name": "nodejs16-docs-16.17.0-2.1.x86_64", "product_id": "nodejs16-docs-16.17.0-2.1.x86_64" } }, { "category": "product_version", "name": "npm16-16.17.0-2.1.x86_64", "product": { "name": "npm16-16.17.0-2.1.x86_64", "product_id": "npm16-16.17.0-2.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": "corepack16-16.17.0-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:corepack16-16.17.0-2.1.aarch64" }, "product_reference": "corepack16-16.17.0-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "corepack16-16.17.0-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:corepack16-16.17.0-2.1.ppc64le" }, "product_reference": "corepack16-16.17.0-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "corepack16-16.17.0-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:corepack16-16.17.0-2.1.s390x" }, "product_reference": "corepack16-16.17.0-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "corepack16-16.17.0-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:corepack16-16.17.0-2.1.x86_64" }, "product_reference": "corepack16-16.17.0-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.aarch64" }, "product_reference": "nodejs16-16.17.0-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.ppc64le" }, "product_reference": "nodejs16-16.17.0-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.s390x" }, "product_reference": "nodejs16-16.17.0-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-16.17.0-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.x86_64" }, "product_reference": "nodejs16-16.17.0-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.aarch64" }, "product_reference": "nodejs16-devel-16.17.0-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.ppc64le" }, "product_reference": "nodejs16-devel-16.17.0-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.s390x" }, "product_reference": "nodejs16-devel-16.17.0-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-devel-16.17.0-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.x86_64" }, "product_reference": "nodejs16-devel-16.17.0-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-docs-16.17.0-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.aarch64" }, "product_reference": "nodejs16-docs-16.17.0-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-docs-16.17.0-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.ppc64le" }, "product_reference": "nodejs16-docs-16.17.0-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-docs-16.17.0-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.s390x" }, "product_reference": "nodejs16-docs-16.17.0-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs16-docs-16.17.0-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.x86_64" }, "product_reference": "nodejs16-docs-16.17.0-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:npm16-16.17.0-2.1.aarch64" }, "product_reference": "npm16-16.17.0-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:npm16-16.17.0-2.1.ppc64le" }, "product_reference": "npm16-16.17.0-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:npm16-16.17.0-2.1.s390x" }, "product_reference": "npm16-16.17.0-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "npm16-16.17.0-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:npm16-16.17.0-2.1.x86_64" }, "product_reference": "npm16-16.17.0-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31150", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-31150" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:corepack16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:npm16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:npm16-16.17.0-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-31150", "url": "https://www.suse.com/security/cve/CVE-2022-31150" }, { "category": "external", "summary": "SUSE Bug 1201710 for CVE-2022-31150", "url": "https://bugzilla.suse.com/1201710" } ], "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:corepack16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:npm16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:npm16-16.17.0-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:corepack16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:npm16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:npm16-16.17.0-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-31150" }, { "cve": "CVE-2022-35949", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-35949" } ], "notes": [ { "category": "general", "text": "undici is an HTTP/1.1 client, written from scratch for Node.js.`undici` is vulnerable to SSRF (Server-side Request Forgery) when an application takes in **user input** into the `path/pathname` option of `undici.request`. If a user specifies a URL such as `http://127.0.0.1` or `//127.0.0.1` ```js const undici = require(\"undici\") undici.request({origin: \"http://example.com\", pathname: \"//127.0.0.1\"}) ``` Instead of processing the request as `http://example.org//127.0.0.1` (or `http://example.org/http://127.0.0.1` when `http://127.0.0.1 is used`), it actually processes the request as `http://127.0.0.1/` and sends it to `http://127.0.0.1`. If a developer passes in user input into `path` parameter of `undici.request`, it can result in an _SSRF_ as they will assume that the hostname cannot change, when in actual fact it can change because the specified path parameter is combined with the base URL. This issue was fixed in `undici@5.8.1`. The best workaround is to validate user input before passing it to the `undici.request` call.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:corepack16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:npm16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:npm16-16.17.0-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-35949", "url": "https://www.suse.com/security/cve/CVE-2022-35949" }, { "category": "external", "summary": "SUSE Bug 1202382 for CVE-2022-35949", "url": "https://bugzilla.suse.com/1202382" } ], "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:corepack16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:npm16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:npm16-16.17.0-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:corepack16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:corepack16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-devel-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.s390x", "openSUSE Tumbleweed:nodejs16-docs-16.17.0-2.1.x86_64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.aarch64", "openSUSE Tumbleweed:npm16-16.17.0-2.1.ppc64le", "openSUSE Tumbleweed:npm16-16.17.0-2.1.s390x", "openSUSE Tumbleweed:npm16-16.17.0-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-35949" } ] }
rhsa-2022:6696
Vulnerability from csaf_redhat
Published
2022-09-26 14:49
Modified
2025-08-18 09:30
Summary
Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.4.6 security update and bug fixes
Notes
Topic
Red Hat Advanced Cluster Management for Kubernetes 2.4.6 General
Availability release images, which fix bugs and update container images.
Red Hat Product Security has rated this update as having a security impact
of Critical. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available for each vulnerability
from the CVE link(s) in the References section.
Details
Red Hat Advanced Cluster Management for Kubernetes 2.4.6 images
Red Hat Advanced Cluster Management for Kubernetes provides the
capabilities to address common challenges that administrators and site
reliability engineers face as they work across a range of public and
private cloud environments. Clusters and applications are all visible and
managed from a single console—with security policy built in.
This advisory contains the container images for Red Hat Advanced Cluster
Management for Kubernetes, which fix several security issues and several bugs. See the following
Release Notes documentation, which will be updated shortly for this
release, for additional details about this release:
https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html/release_notes/
Security fixes:
* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)
* moment: inefficient parsing algorithim resulting in DoS (CVE-2022-31129)
* nodejs16: CRLF injection in node-undici (CVE-2022-31150)
* nodejs/undici: Cookie headers uncleared on cross-origin redirect (CVE-2022-31151)
* vm2: Sandbox Escape in vm2 (CVE-2022-36067)
Bug fixes:
* RHACM 2.4 using deprecated APIs in managed clusters (BZ# 2041540)
* vSphere network name doesn't allow entering spaces and doesn't reflect YAML changes (BZ# 2074766)
* cluster update status is stuck, also update is not even visible (BZ# 2079418)
* Policy that creates cluster role is showing as not compliant due to Request entity too large message (BZ# 2088486)
* Upgraded from RHACM 2.2-->2.3-->2.4 and cannot create cluster (BZ# 2089490)
* ACM Console Becomes Unusable After a Time (BZ# 2097464)
* RHACM 2.4.6 images (BZ# 2100613)
* Cluster Pools with conflicting name of existing clusters in same namespace fails creation and deletes existing cluster (BZ# 2102436)
* ManagedClusters in Pending import state after ACM hub migration (BZ# 2102495)
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "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": "Red Hat Advanced Cluster Management for Kubernetes 2.4.6 General\nAvailability release images, which fix bugs and update container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Critical. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Advanced Cluster Management for Kubernetes 2.4.6 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several security issues and several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html/release_notes/\n\nSecurity fixes:\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n\n* moment: inefficient parsing algorithim resulting in DoS (CVE-2022-31129)\n\n* nodejs16: CRLF injection in node-undici (CVE-2022-31150)\n\n* nodejs/undici: Cookie headers uncleared on cross-origin redirect (CVE-2022-31151)\n\n* vm2: Sandbox Escape in vm2 (CVE-2022-36067)\n\nBug fixes:\n\n* RHACM 2.4 using deprecated APIs in managed clusters (BZ# 2041540)\n\n* vSphere network name doesn\u0027t allow entering spaces and doesn\u0027t reflect YAML changes (BZ# 2074766)\n\n* cluster update status is stuck, also update is not even visible (BZ# 2079418)\n\n* Policy that creates cluster role is showing as not compliant due to Request entity too large message (BZ# 2088486)\n\n* Upgraded from RHACM 2.2--\u003e2.3--\u003e2.4 and cannot create cluster (BZ# 2089490)\n\n* ACM Console Becomes Unusable After a Time (BZ# 2097464)\n\n* RHACM 2.4.6 images (BZ# 2100613)\n\n* Cluster Pools with conflicting name of existing clusters in same namespace fails creation and deletes existing cluster (BZ# 2102436)\n\n* ManagedClusters in Pending import state after ACM hub migration (BZ# 2102495)", "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-2022:6696", "url": "https://access.redhat.com/errata/RHSA-2022:6696" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#critical", "url": "https://access.redhat.com/security/updates/classification/#critical" }, { "category": "external", "summary": "2041540", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041540" }, { "category": "external", "summary": "2074766", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2074766" }, { "category": "external", "summary": "2079418", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2079418" }, { "category": "external", "summary": "2088486", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088486" }, { "category": "external", "summary": "2089490", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089490" }, { "category": "external", "summary": "2092793", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793" }, { "category": "external", "summary": "2097464", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097464" }, { "category": "external", "summary": "2100613", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100613" }, { "category": "external", "summary": "2102436", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102436" }, { "category": "external", "summary": "2102495", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102495" }, { "category": "external", "summary": "2105075", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075" }, { "category": "external", "summary": "2109354", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109354" }, { "category": "external", "summary": "2121396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121396" }, { "category": "external", "summary": "2124794", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124794" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6696.json" } ], "title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.4.6 security update and bug fixes", "tracking": { "current_release_date": "2025-08-18T09:30:01+00:00", "generator": { "date": "2025-08-18T09:30:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2022:6696", "initial_release_date": "2022-09-26T14:49:03+00:00", "revision_history": [ { "date": "2022-09-26T14:49:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-09-26T14:49:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-18T09:30:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product": { "name": "Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:acm:2.4::el8" } } } ], "category": "product_family", "name": "Red Hat ACM" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "product": { "name": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "product_id": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "product": { "name": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "product_id": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "product": { "name": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "product_id": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.6-40" } } }, { "category": "product_version", "name": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "product": { "name": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "product_id": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "product_identification_helper": { "purl": "pkg:oci/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.6-13" } } }, { "category": "product_version", "name": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "product": { "name": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "product_id": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "product": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "product_id": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "product": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "product": { "name": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "product": { "name": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "product": { "name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "product": { "name": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "product": { "name": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "product_id": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "product": { "name": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "product_id": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "product_identification_helper": { "purl": "pkg:oci/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.6-11" } } }, { "category": "product_version", "name": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "product": { "name": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "product_id": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "product_identification_helper": { "purl": "pkg:oci/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.6-15" } } }, { "category": "product_version", "name": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "product": { "name": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "product_id": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "product": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "product": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "product": { "name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "product": { "name": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "product": { "name": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.6-6" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "product": { "name": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "product_id": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "product_identification_helper": { "purl": "pkg:oci/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.6-12" } } }, { "category": "product_version", "name": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "product": { "name": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "product_id": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "product_identification_helper": { "purl": "pkg:oci/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.6-15" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "product": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "product_id": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "product": { "name": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "product_id": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.6-11" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "product": { "name": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "product_id": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "product": { "name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "product": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "product": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "product_id": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "product": { "name": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "product": { "name": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "product_id": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "product_identification_helper": { "purl": "pkg:oci/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "product": { "name": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "product_id": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.6-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "product": { "name": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "product_id": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "product": { "name": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "product_id": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "product": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "product_id": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "product": { "name": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "product_id": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "product": { "name": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "product_id": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "product": { "name": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "product": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "product": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "product": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "product": { "name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "product": { "name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "product": { "name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "product": { "name": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "product_id": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "product": { "name": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "product_id": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "product": { "name": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "product_id": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "product": { "name": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "product_id": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "product": { "name": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "product_id": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "product_identification_helper": { "purl": "pkg:oci/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "product": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "product": { "name": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "product_id": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "product": { "name": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "product_id": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "product": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "product": { "name": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "product_id": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "product_identification_helper": { "purl": "pkg:oci/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.6-6" } } }, { "category": "product_version", "name": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "product": { "name": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "product_id": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "product": { "name": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "product_id": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "product": { "name": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "product_id": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "product": { "name": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "product_id": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-agent-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "product": { "name": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "product_id": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "product": { "name": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "product_id": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-reporter-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "product": { "name": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "product_id": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "product_identification_helper": { "purl": "pkg:oci/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "product": { "name": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "product_id": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "product_identification_helper": { "purl": "pkg:oci/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.6-14" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "product": { "name": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "product_id": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "product": { "name": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "product_id": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "product_identification_helper": { "purl": "pkg:oci/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "product": { "name": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "product_id": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "product_identification_helper": { "purl": "pkg:oci/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.6-13" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "product": { "name": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "product_id": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "product": { "name": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "product_id": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "product": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "product": { "name": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "product_id": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "product": { "name": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "product_identification_helper": { "purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "product": { "name": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "product_identification_helper": { "purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "product": { "name": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "product_identification_helper": { "purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "product": { "name": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "product_id": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "product_identification_helper": { "purl": "pkg:oci/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.6-8" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "product": { "name": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "product_id": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "product": { "name": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "product_id": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "product": { "name": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "product_id": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.6-40" } } }, { "category": "product_version", "name": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "product": { "name": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "product_id": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "product_identification_helper": { "purl": "pkg:oci/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.6-13" } } }, { "category": "product_version", "name": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "product": { "name": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "product_id": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "product": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "product_id": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "product": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "product": { "name": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "product": { "name": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "product": { "name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "product": { "name": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "product": { "name": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "product_id": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "product": { "name": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "product_id": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "product_identification_helper": { "purl": "pkg:oci/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.6-11" } } }, { "category": "product_version", "name": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "product": { "name": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "product_id": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "product_identification_helper": { "purl": "pkg:oci/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.6-15" } } }, { "category": "product_version", "name": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "product": { "name": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "product_id": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "product": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "product": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "product": { "name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "product_identification_helper": { "purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "product": { "name": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "product_identification_helper": { "purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "product": { "name": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "product_identification_helper": { "purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.6-6" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "product": { "name": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "product_id": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "product_identification_helper": { "purl": "pkg:oci/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.6-12" } } }, { "category": "product_version", "name": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "product": { "name": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "product_id": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "product_identification_helper": { "purl": "pkg:oci/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.6-15" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "product": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "product_id": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "product": { "name": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "product_id": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.6-11" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "product": { "name": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "product_id": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "product": { "name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "product": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "product": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "product_id": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "product": { "name": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "product": { "name": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "product_id": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "product_identification_helper": { "purl": "pkg:oci/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "product": { "name": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "product_id": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.6-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "product": { "name": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "product_id": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "product": { "name": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "product_id": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "product": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "product_id": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "product": { "name": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "product_id": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "product": { "name": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "product_id": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "product": { "name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "product": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "product": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "product": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "product": { "name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "product": { "name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "product": { "name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "product": { "name": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "product_id": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "product": { "name": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "product_id": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "product": { "name": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "product_id": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "product": { "name": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "product_id": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "product_identification_helper": { "purl": "pkg:oci/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "product": { "name": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "product_id": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "product_identification_helper": { "purl": "pkg:oci/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "product": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "product": { "name": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "product_id": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "product": { "name": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "product_id": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "product": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "product": { "name": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "product_id": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "product_identification_helper": { "purl": "pkg:oci/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.6-6" } } }, { "category": "product_version", "name": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "product": { "name": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "product_id": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "product": { "name": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "product_id": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "product": { "name": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "product_id": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "product": { "name": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "product_id": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "product_identification_helper": { "purl": "pkg:oci/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "product": { "name": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "product_id": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "product_identification_helper": { "purl": "pkg:oci/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.6-14" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "product": { "name": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "product_id": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "product": { "name": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "product_id": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "product_identification_helper": { "purl": "pkg:oci/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "product": { "name": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "product_id": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "product_identification_helper": { "purl": "pkg:oci/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.6-13" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "product": { "name": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "product_id": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "product": { "name": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "product_id": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "product": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "product": { "name": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "product_id": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "product": { "name": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "product_identification_helper": { "purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "product": { "name": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "product_identification_helper": { "purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "product": { "name": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "product_identification_helper": { "purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "product": { "name": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "product_id": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "product_identification_helper": { "purl": "pkg:oci/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.6-8" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "product": { "name": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "product_id": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "product": { "name": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "product_id": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "product": { "name": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "product_id": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.6-40" } } }, { "category": "product_version", "name": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "product": { "name": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "product_id": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.6-13" } } }, { "category": "product_version", "name": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "product": { "name": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "product_id": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "product": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "product_id": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "product": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "product": { "name": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "product": { "name": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "product": { "name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "product": { "name": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "product": { "name": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "product_id": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "product": { "name": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "product_id": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.6-11" } } }, { "category": "product_version", "name": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "product": { "name": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "product_id": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.6-15" } } }, { "category": "product_version", "name": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "product": { "name": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "product_id": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "product": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "product": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "product": { "name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "product_identification_helper": { "purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "product": { "name": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "product": { "name": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.6-6" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "product": { "name": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "product_id": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "product_identification_helper": { "purl": "pkg:oci/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.6-12" } } }, { "category": "product_version", "name": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "product": { "name": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "product_id": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.6-15" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "product": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "product_id": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "product": { "name": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "product_id": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.6-11" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "product": { "name": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "product_id": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "product": { "name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "product": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "product": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "product_id": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "product": { "name": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "product": { "name": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "product_id": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "product": { "name": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "product_id": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.6-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "product": { "name": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "product_id": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "product": { "name": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "product_id": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "product": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "product_id": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "product": { "name": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "product_id": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "product": { "name": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "product_id": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "product": { "name": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "product": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "product": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "product": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "product": { "name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "product": { "name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "product": { "name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "product": { "name": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "product_id": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "product": { "name": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "product_id": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "product": { "name": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "product_id": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "product": { "name": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "product_id": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "product": { "name": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "product_id": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "product": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "product": { "name": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "product_id": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "product": { "name": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "product_id": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "product": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "product": { "name": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "product_id": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "product_identification_helper": { "purl": "pkg:oci/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.6-6" } } }, { "category": "product_version", "name": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "product": { "name": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "product_id": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "product": { "name": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "product_id": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "product": { "name": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "product_id": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "product": { "name": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "product_id": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "product": { "name": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "product_id": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-reporter-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "product": { "name": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "product_id": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "product": { "name": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "product_id": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.6-14" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "product": { "name": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "product_id": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "product": { "name": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "product_id": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "product_identification_helper": { "purl": "pkg:oci/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.6-10" } } }, { "category": "product_version", "name": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "product": { "name": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "product_id": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.6-13" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "product": { "name": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "product_id": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.6-9" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "product": { "name": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "product_id": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "product": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.6-7" } } }, { "category": "product_version", "name": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "product": { "name": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "product_id": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "product": { "name": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "product": { "name": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "product_identification_helper": { "purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "product": { "name": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.6-8" } } }, { "category": "product_version", "name": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le", "product": { "name": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le", "product_id": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.6-8" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x" }, "product_reference": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le" }, "product_reference": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64" }, "product_reference": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x" }, "product_reference": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64" }, "product_reference": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le" }, "product_reference": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64" }, "product_reference": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le" }, "product_reference": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x" }, "product_reference": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le" }, "product_reference": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64" }, "product_reference": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x" }, "product_reference": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64" }, "product_reference": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le" }, "product_reference": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x" }, "product_reference": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64" }, "product_reference": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le" }, "product_reference": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64" }, "product_reference": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64" }, "product_reference": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le" }, "product_reference": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x" }, "product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64" }, "product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le" }, "product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64" }, "product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x" }, "product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le" }, "product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le" }, "product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x" }, "product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64" }, "product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x" }, "product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le" }, "product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64" }, "product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le" }, "product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x" }, "product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64" }, "product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le" }, "product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x" }, "product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64" }, "product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x" }, "product_reference": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le" }, "product_reference": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64" }, "product_reference": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le" }, "product_reference": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x" }, "product_reference": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64" }, "product_reference": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x" }, "product_reference": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le" }, "product_reference": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64" }, "product_reference": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x" }, "product_reference": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64" }, "product_reference": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le" }, "product_reference": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le" }, "product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64" }, "product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x" }, "product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x" }, "product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le" }, "product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64" }, "product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64" }, "product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le" }, "product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x" }, "product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64" }, "product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le" }, "product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x" }, "product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x" }, "product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le" }, "product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64" }, "product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64" }, "product_reference": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x" }, "product_reference": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le" }, "product_reference": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64" }, "product_reference": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x" }, "product_reference": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le" }, "product_reference": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64" }, "product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x" }, "product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le" }, "product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64" }, "product_reference": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le" }, "product_reference": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x" }, "product_reference": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64" }, "product_reference": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x" }, "product_reference": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le" }, "product_reference": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x" }, "product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64" }, "product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le" }, "product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x" }, "product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64" }, "product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le" }, "product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x" }, "product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le" }, "product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64" }, "product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64" }, "product_reference": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x" }, "product_reference": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le" }, "product_reference": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le" }, "product_reference": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64" }, "product_reference": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x" }, "product_reference": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x" }, "product_reference": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64" }, "product_reference": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le" }, "product_reference": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64" }, "product_reference": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le" }, "product_reference": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x" }, "product_reference": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x" }, "product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le" }, "product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64" }, "product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le" }, "product_reference": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64" }, "product_reference": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x" }, "product_reference": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64" }, "product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x" }, "product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le" }, "product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x" }, "product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64" }, "product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64" }, "product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x" }, "product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64" }, "product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x" }, "product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x" }, "product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64" }, "product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64" }, "product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x" }, "product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le" }, "product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64" }, "product_reference": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x" }, "product_reference": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le" }, "product_reference": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64" }, "product_reference": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le" }, "product_reference": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x" }, "product_reference": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x" }, "product_reference": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64" }, "product_reference": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64" }, "product_reference": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x" }, "product_reference": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le" }, "product_reference": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64" }, "product_reference": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x" }, "product_reference": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x" }, "product_reference": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64" }, "product_reference": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le" }, "product_reference": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64" }, "product_reference": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x" }, "product_reference": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le" }, "product_reference": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x" }, "product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64" }, "product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le" }, "product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64" }, "product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x" }, "product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le" }, "product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le" }, "product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x" }, "product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64" }, "product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x" }, "product_reference": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le" }, "product_reference": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64" }, "product_reference": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le" }, "product_reference": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x" }, "product_reference": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64" }, "product_reference": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x" }, "product_reference": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64" }, "product_reference": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le" }, "product_reference": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64" }, "product_reference": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le" }, "product_reference": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x" }, "product_reference": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64" }, "product_reference": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x" }, "product_reference": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le" }, "product_reference": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le" }, "product_reference": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64" }, "product_reference": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x" }, "product_reference": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x" }, "product_reference": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le" }, "product_reference": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64" }, "product_reference": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64" }, "product_reference": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x" }, "product_reference": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le" }, "product_reference": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x" }, "product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64" }, "product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le" }, "product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x" }, "product_reference": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le" }, "product_reference": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64" }, "product_reference": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le" }, "product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x" }, "product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64" }, "product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64" }, "product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x" }, "product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le" }, "product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le" }, "product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x" }, "product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64" }, "product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le" }, "product_reference": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x" }, "product_reference": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64" }, "product_reference": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x" }, "product_reference": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64" }, "product_reference": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "relates_to_product_reference": "8Base-RHACM-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" }, "product_reference": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-30629", "cwe": { "id": "CWE-331", "name": "Insufficient Entropy" }, "discovery_date": "2022-06-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2092793" } ], "notes": [ { "category": "description", "text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: session tickets lack random ticket_age_add", "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": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-30629" }, { "category": "external", "summary": "RHBZ#2092793", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629", "url": "https://www.cve.org/CVERecord?id=CVE-2022-30629" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg", "url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg" } ], "release_date": "2022-06-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-09-26T14:49:03+00:00", "details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing", "product_ids": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:6696" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: crypto/tls: session tickets lack random ticket_age_add" }, { "cve": "CVE-2022-31129", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2105075" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "moment: inefficient parsing algorithm resulting in DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31129" }, { "category": "external", "summary": "RHBZ#2105075", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31129" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129" }, { "category": "external", "summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g", "url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g" } ], "release_date": "2022-07-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-09-26T14:49:03+00:00", "details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing", "product_ids": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:6696" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "moment: inefficient parsing algorithm resulting in DoS" }, { "cve": "CVE-2022-31150", "cwe": { "id": "CWE-93", "name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" }, "discovery_date": "2022-07-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2109354" } ], "notes": [ { "category": "description", "text": "A flaw was found in the undici package. When requesting an input on an unsanitized request path, method, or headers it is possible to inject Carriage Return/Line Feed (CRLF) sequences into these requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs16: CRLF injection in node-undici", "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": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31150" }, { "category": "external", "summary": "RHBZ#2109354", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109354" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31150", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31150" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31150", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31150" } ], "release_date": "2022-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-09-26T14:49:03+00:00", "details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing", "product_ids": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:6696" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs16: CRLF injection in node-undici" }, { "cve": "CVE-2022-31151", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2022-07-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2121396" } ], "notes": [ { "category": "description", "text": "A flaw was found in the undici package. After cookie headers are set, they are not cleared. This issue could allow an attacker to take advantage of this cookie, which could be used to control the redirection target.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs/undici: Cookie headers uncleared on cross-origin redirect", "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": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31151" }, { "category": "external", "summary": "RHBZ#2121396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121396" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31151", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31151" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31151", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31151" }, { "category": "external", "summary": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-31151", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-31151" }, { "category": "external", "summary": "https://github.com/nodejs/undici/security/advisories/GHSA-q768-x9m6-m9qp", "url": "https://github.com/nodejs/undici/security/advisories/GHSA-q768-x9m6-m9qp" } ], "release_date": "2022-07-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-09-26T14:49:03+00:00", "details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing", "product_ids": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:6696" }, { "category": "workaround", "details": "By default, this vulnerability is not exploitable. In order to make sure this is mitigated, do not enable redirections, i.e.: `maxRedirections: 0`", "product_ids": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.7, "baseSeverity": "LOW", "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:N", "version": "3.1" }, "products": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs/undici: Cookie headers uncleared on cross-origin redirect" }, { "cve": "CVE-2022-36067", "cwe": { "id": "CWE-913", "name": "Improper Control of Dynamically-Managed Code Resources" }, "discovery_date": "2022-09-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124794" } ], "notes": [ { "category": "description", "text": "A flaw was found in the vm2 sandbox when running untrusted code, as the sandbox setup does not manage proper exception handling. This flaw allows an attacker to bypass the sandbox protections and gain remote code execution on the hypervisor host or the host which is running the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "vm2: Sandbox Escape in vm2", "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": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-36067" }, { "category": "external", "summary": "RHBZ#2124794", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124794" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-36067", "url": "https://www.cve.org/CVERecord?id=CVE-2022-36067" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-36067", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-36067" }, { "category": "external", "summary": "https://github.com/patriksimek/vm2/security/advisories/GHSA-mrgp-mrhc-5jrq", "url": "https://github.com/patriksimek/vm2/security/advisories/GHSA-mrgp-mrhc-5jrq" } ], "release_date": "2022-09-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-09-26T14:49:03+00:00", "details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing", "product_ids": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:6696" }, { "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": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 10.0, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64", "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64", "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le", "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64", "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x", "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le", "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64", "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64", "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x", "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x", "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le", "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x", "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x", "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le", "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x", "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le", "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64", "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64", "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le", "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le", "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x", "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x", "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le", "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x", "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64", "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x", "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64", "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le", "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x", "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64", "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64", "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le", "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64", "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x", "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x", "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le", "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x", "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64", "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64", "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x", "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64", "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x", "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x", "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x", "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64", "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le", "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x", "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64", "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le", "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x", "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64", "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le", "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x", "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x", "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64", "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Critical" } ], "title": "vm2: Sandbox Escape in vm2" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…