Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-31129 (GCVE-0-2022-31129)
Vulnerability from cvelistv5 – Published: 2022-07-06 00:00 – Updated: 2025-11-03 21:46- CWE-400 - Uncontrolled Resource Consumption
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-03T21:46:17.025Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/moment/moment/pull/6015#issuecomment-1152961973"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3"
},
{
"tags": [
"x_transferred"
],
"url": "https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/"
},
{
"name": "FEDORA-2022-85aa8e5706",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/"
},
{
"name": "FEDORA-2022-35b698150c",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/"
},
{
"name": "FEDORA-2022-b9ef7c3c3c",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/"
},
{
"name": "FEDORA-2022-798fd95813",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20221014-0003/"
},
{
"name": "[debian-lts-announce] 20230130 [SECURITY] [DLA 3295-1] node-moment security update",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html"
},
{
"url": "https://security.netapp.com/advisory/ntap-20241108-0002/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2022-31129",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-22T15:40:27.412408Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-22T17:52:04.488Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "moment",
"vendor": "moment",
"versions": [
{
"status": "affected",
"version": " \u003e= 2.18.0, \u003c 2.29.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input."
}
],
"metrics": [
{
"cvssV3_1": {
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-01-31T00:00:00.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
},
{
"url": "https://github.com/moment/moment/pull/6015#issuecomment-1152961973"
},
{
"url": "https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3"
},
{
"url": "https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/"
},
{
"name": "FEDORA-2022-85aa8e5706",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/"
},
{
"name": "FEDORA-2022-35b698150c",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/"
},
{
"name": "FEDORA-2022-b9ef7c3c3c",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/"
},
{
"name": "FEDORA-2022-798fd95813",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20221014-0003/"
},
{
"name": "[debian-lts-announce] 20230130 [SECURITY] [DLA 3295-1] node-moment security update",
"tags": [
"mailing-list"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html"
}
],
"source": {
"advisory": "GHSA-wc69-rhjr-hc9g",
"discovery": "UNKNOWN"
},
"title": "Inefficient Regular Expression Complexity in moment"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2022-31129",
"datePublished": "2022-07-06T00:00:00.000Z",
"dateReserved": "2022-05-18T00:00:00.000Z",
"dateUpdated": "2025-11-03T21:46:17.025Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-31129",
"date": "2026-05-29",
"epss": "0.0311",
"percentile": "0.87045"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-31129\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-07-06T18:15:19.570\",\"lastModified\":\"2025-11-03T22:15:58.440\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input.\"},{\"lang\":\"es\",\"value\":\"moment es una biblioteca de fechas en JavaScript para analizar, comprobar, manipular y formatear fechas. Se ha detectado que las versiones afectadas de moment usan un algoritmo de an\u00e1lisis sint\u00e1ctico ineficiente. Concretamente, el an\u00e1lisis sint\u00e1ctico de cadena a fecha en moment (m\u00e1s concretamente el an\u00e1lisis sint\u00e1ctico rfc2822, que es intentado por defecto) presenta una complejidad cuadr\u00e1tica (N^2) en entradas espec\u00edficas. Los usuarios pueden notar una notable ralentizaci\u00f3n con entradas de m\u00e1s de 10k caracteres. Los usuarios que pasan cadenas proporcionadas por el usuario sin comprobaciones de longitud de cordura al constructor del momento son vulnerables a ataques (Re)DoS. El problema est\u00e1 parcheado en versi\u00f3n 2.29.4, el parche puede aplicarse a todas las versiones afectadas con un m\u00ednimo ajuste. Es recomendado a usuarios actualicen. Los usuarios que no puedan actualizar deber\u00edan considerar la posibilidad de limitar la longitud de las fechas aceptadas por el usuario\"}],\"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:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:momentjs:moment:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"2.18.0\",\"versionEndExcluding\":\"2.29.4\",\"matchCriteriaId\":\"DBD8FD43-29F8-46F1-BEB0-B92B8BAEDAB8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:momentjs:moment:*:*:*:*:*:nuget:*:*\",\"versionStartIncluding\":\"2.18.0\",\"versionEndExcluding\":\"2.29.4\",\"matchCriteriaId\":\"CAFF05BC-030E-49D6-A23D-A86D4731A748\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20221014-0003/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20221014-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20241108-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\", \"name\": \"FEDORA-2022-85aa8e5706\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\", \"name\": \"FEDORA-2022-35b698150c\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\", \"name\": \"FEDORA-2022-b9ef7c3c3c\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\", \"name\": \"FEDORA-2022-798fd95813\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221014-0003/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\", \"name\": \"[debian-lts-announce] 20230130 [SECURITY] [DLA 3295-1] node-moment security update\", \"tags\": [\"mailing-list\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241108-0002/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T21:46:17.025Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-31129\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-22T15:40:27.412408Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-22T15:40:29.167Z\"}}], \"cna\": {\"title\": \"Inefficient Regular Expression Complexity in moment\", \"source\": {\"advisory\": \"GHSA-wc69-rhjr-hc9g\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"moment\", \"product\": \"moment\", \"versions\": [{\"status\": \"affected\", \"version\": \" \u003e= 2.18.0, \u003c 2.29.4\"}]}], \"references\": [{\"url\": \"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\"}, {\"url\": \"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\"}, {\"url\": \"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\"}, {\"url\": \"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\", \"name\": \"FEDORA-2022-85aa8e5706\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\", \"name\": \"FEDORA-2022-35b698150c\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\", \"name\": \"FEDORA-2022-b9ef7c3c3c\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\", \"name\": \"FEDORA-2022-798fd95813\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221014-0003/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\", \"name\": \"[debian-lts-announce] 20230130 [SECURITY] [DLA 3295-1] node-moment security update\", \"tags\": [\"mailing-list\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-01-31T00:00:00.000Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-31129\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T21:46:17.025Z\", \"dateReserved\": \"2022-05-18T00:00:00.000Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2022-07-06T00:00:00.000Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2022:6696
Vulnerability from csaf_redhat - Published: 2022-09-26 14:49 - Updated: 2026-05-15 02:20A 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.
CWE-331 - Insufficient Entropy| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
|
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.
CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"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": "2026-05-15T02:20:31+00:00",
"generator": {
"date": "2026-05-15T02:20:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"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": "2026-05-15T02:20:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat 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"
}
]
}
RHSA-2022:6813
Vulnerability from csaf_redhat - Published: 2022-10-05 10:44 - Updated: 2026-05-14 22:32A flaw was found in chart.js. This issue occurs when the options parameter is not properly sanitized when it is processed. When options are processed, the object's keys that are being set are not checked, possibly allowing a prototype pollution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the Jackson Databind package. This cause of the issue is due to a Java StackOverflow exception and a denial of service via a significant depth of nested objects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A prototype pollution flaw was found in the Node.js immer module. By adding or modifying properties of Object.prototype using a __proto__ or constructor payload, an attacker could execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as "Authorization," "WWW-Authenticate," and "Cookie" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the parse-url package. Affected versions of this package are vulnerable to information exposure due to an improper validation issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the cross-fetch library when fetching a remote URL with a cookie when it gets to the Location response header. This flaw allows an attacker to hijack the account as the cookie is leaked.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found where some utility classes in Drools core did not use proper safeguards when deserializing data. This flaw allows an authenticated attacker to construct malicious serialized objects (usually called gadgets) and achieve code execution on the server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the EventSource NPM Package. The description from the source states the following message: "Exposure of Sensitive Information to an Unauthorized Actor." This flaw allows an attacker to steal the user's credentials and then use the credentials to access the legitimate website.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
An XML external entity injection(XXE) vulnerability was found in Business Central. This flaw allows an attacker to interfere with an application's processing of XML data. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. The software processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output. Here, the XML external entity injection leads to External Service interaction and an Internal file read in Business Central and Kie-Server APIs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
Vulnerability in the MySQL Connectors product of Oracle MySQL (component: Connector/J). Supported versions that are affected are 8.0.27 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Connectors. Successful attacks of this vulnerability can result in takeover of MySQL Connectors. CVSS 3.1 Base Score 6.6 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin instances based on class names provided via `authenticationPluginClassName`, `sslhostnameverifier`, `socketFactory`, `sslfactory`, `sslpasswordcallback` connection properties. However, the driver did not verify if the class implements the expected interface before instantiating the class. This can lead to code execution loaded via arbitrary classes. Users using plugins are advised to upgrade. There are no known workarounds for this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the Apache Xerces Java (XercesJ) XML parser when handling specially crafted XML document payloads. This issue causes the XercesJ XML parser to wait in an infinite loop, which may consume system resources for a prolonged duration, leading to a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
In Apache ActiveMQ Artemis prior to 2.20.0 or 2.19.1, an attacker could partially disrupt availability (DoS) through uncontrolled resource consumption of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Postgres JDBC. This flaw allows an attacker to use a method to write arbitrary files through the connection properties settings. For example, an attacker can create an executable file under the server the application is running and make it a new part of the application or server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Process Automation Manager.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Process Automation Manager is an open source business process management suite that combines process management and decision service management and enables business and IT users to create, manage, validate, and deploy process applications and decision services.\n\nThis asynchronous security patch is an update to Red Hat Process Automation Manager 7.\n\nSecurity Fix(es):\n\n* chart.js: prototype pollution (CVE-2020-7746)\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 (CVE-2021-23436)\n\n* artemis-commons: Apache ActiveMQ Artemis DoS (CVE-2022-23913)\n\n* Business-central: Possible XML External Entity Injection attack (CVE-2022-2458)\n\n* cross-fetch: Exposure of Private Personal Information to an Unauthorized Actor (CVE-2022-1365)\n\n* jackson-databind: denial of service via a large depth of nested objects (CVE-2020-36518)\n\n* jdbc-postgresql: postgresql-jdbc: Arbitrary File Write Vulnerability (CVE-2022-26520)\n\n* jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes (CVE-2022-21724)\n\n* Moment.js: Path traversal in moment.locale (CVE-2022-24785)\n\n* org.drools-droolsjbpm-integration: minimist: prototype pollution (CVE-2021-44906)\n\n* org.kie.workbench-kie-wb-common: minimist: prototype pollution (CVE-2021-44906)\n\n* parse-url: Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository ionicabizau/parse-url (CVE-2022-0722)\n\n* xercesimpl: xerces-j2: infinite loop when handling specially crafted XML document payloads (CVE-2022-23437)\n\n* eventsource: Exposure of Sensitive Information (CVE-2022-1650)\n\n* mysql-connector-java: Difficult to exploit vulnerability allows a high privileged attacker with network access via multiple protocols to compromise MySQL Connectors (CVE-2022-21363)\n\n* node-fetch: exposure of sensitive information to an unauthorized actor (CVE-2022-0235)\n\n* node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery (CVE-2022-24772)\n\n* node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery (CVE-2022-24771)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:6813",
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2041833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041833"
},
{
"category": "external",
"summary": "2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "2047200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047200"
},
{
"category": "external",
"summary": "2047343",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047343"
},
{
"category": "external",
"summary": "2050863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050863"
},
{
"category": "external",
"summary": "2063601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2063601"
},
{
"category": "external",
"summary": "2064007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064007"
},
{
"category": "external",
"summary": "2064698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2067387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067387"
},
{
"category": "external",
"summary": "2067458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067458"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2076133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2076133"
},
{
"category": "external",
"summary": "2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "2096966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2096966"
},
{
"category": "external",
"summary": "2103584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103584"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2107994",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107994"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6813.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Process Automation Manager 7.13.1 security update",
"tracking": {
"current_release_date": "2026-05-14T22:32:08+00:00",
"generator": {
"date": "2026-05-14T22:32:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2022:6813",
"initial_release_date": "2022-10-05T10:44:49+00:00",
"revision_history": [
{
"date": "2022-10-05T10:44:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-05T10:44:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:32:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHPAM 7.13.1 async",
"product": {
"name": "RHPAM 7.13.1 async",
"product_id": "RHPAM 7.13.1 async",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13"
}
}
}
],
"category": "product_family",
"name": "Red Hat Process Automation Manager"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-7746",
"discovery_date": "2020-10-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2096966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in chart.js. This issue occurs when the options parameter is not properly sanitized when it is processed. When options are processed, the object\u0027s keys that are being set are not checked, possibly allowing a prototype pollution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "chart.js: prototype pollution",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-7746"
},
{
"category": "external",
"summary": "RHBZ#2096966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2096966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-7746",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7746"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7746",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7746"
}
],
"release_date": "2020-10-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "chart.js: prototype pollution"
},
{
"cve": "CVE-2020-36518",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-03-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064698"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jackson Databind package. This cause of the issue is due to a Java StackOverflow exception and a denial of service via a significant depth of nested objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: denial of service via a large depth of nested objects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "CodeReady Studio is no longer supported and therefore this flaw will not be addressed in CodeReady Studio.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36518"
},
{
"category": "external",
"summary": "RHBZ#2064698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-57j2-w4cx-62h2",
"url": "https://github.com/advisories/GHSA-57j2-w4cx-62h2"
}
],
"release_date": "2020-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: denial of service via a large depth of nested objects"
},
{
"cve": "CVE-2021-23436",
"discovery_date": "2021-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2041833"
}
],
"notes": [
{
"category": "description",
"text": "A prototype pollution flaw was found in the Node.js immer module. By adding or modifying properties of Object.prototype using a __proto__ or constructor payload, an attacker could execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immer: type confusion vulnerability can lead to a bypass of CVE-2020-28477",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23436"
},
{
"category": "external",
"summary": "RHBZ#2041833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23436",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23436"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23436",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23436"
}
],
"release_date": "2021-09-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immer: type confusion vulnerability can lead to a bypass of CVE-2020-28477"
},
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"cve": "CVE-2022-0235",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2022-01-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2044591"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as \"Authorization,\" \"WWW-Authenticate,\" and \"Cookie\" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-fetch: exposure of sensitive information to an unauthorized actor",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for dotnet-5.0. For more information about Dotnet product support scope, please see https://access.redhat.com/support/policy/updates/net-core",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0235"
},
{
"category": "external",
"summary": "RHBZ#2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/",
"url": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "node-fetch: exposure of sensitive information to an unauthorized actor"
},
{
"cve": "CVE-2022-0722",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2022-07-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2103584"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the parse-url package. Affected versions of this package are vulnerable to information exposure due to an improper validation issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "parse-url: Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository ionicabizau/parse-url",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0722"
},
{
"category": "external",
"summary": "RHBZ#2103584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103584"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0722"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0722",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0722"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/2490ef6d-5577-4714-a4dd-9608251b4226",
"url": "https://huntr.dev/bounties/2490ef6d-5577-4714-a4dd-9608251b4226"
}
],
"release_date": "2022-06-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "parse-url: Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository ionicabizau/parse-url"
},
{
"cve": "CVE-2022-1365",
"cwe": {
"id": "CWE-359",
"name": "Exposure of Private Personal Information to an Unauthorized Actor"
},
"discovery_date": "2022-04-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2076133"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cross-fetch library when fetching a remote URL with a cookie when it gets to the Location response header. This flaw allows an attacker to hijack the account as the cookie is leaked.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cross-fetch: Exposure of Private Personal Information to an Unauthorized Actor",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1365"
},
{
"category": "external",
"summary": "RHBZ#2076133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2076133"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1365"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1365",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1365"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/ab55dfdd-2a60-437a-a832-e3efe3d264ac/",
"url": "https://huntr.dev/bounties/ab55dfdd-2a60-437a-a832-e3efe3d264ac/"
}
],
"release_date": "2022-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cross-fetch: Exposure of Private Personal Information to an Unauthorized Actor"
},
{
"acknowledgments": [
{
"names": [
"Paulino Calderon"
],
"organization": "Websec"
}
],
"cve": "CVE-2022-1415",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2021-12-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2065505"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found where some utility classes in Drools core did not use proper safeguards when deserializing data. This flaw allows an authenticated attacker to construct malicious serialized objects (usually called gadgets) and achieve code execution on the server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "drools: unsafe data deserialization in StreamUtils",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1415"
},
{
"category": "external",
"summary": "RHBZ#2065505",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2065505"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1415"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1415",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1415"
}
],
"release_date": "2022-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "drools: unsafe data deserialization in StreamUtils"
},
{
"cve": "CVE-2022-1650",
"cwe": {
"id": "CWE-359",
"name": "Exposure of Private Personal Information to an Unauthorized Actor"
},
"discovery_date": "2022-05-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2085307"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the EventSource NPM Package. The description from the source states the following message: \"Exposure of Sensitive Information to an Unauthorized Actor.\" This flaw allows an attacker to steal the user\u0027s credentials and then use the credentials to access the legitimate website.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eventsource: Exposure of Sensitive Information",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1650"
},
{
"category": "external",
"summary": "RHBZ#2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1650",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e",
"url": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e"
}
],
"release_date": "2022-05-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "eventsource: Exposure of Sensitive Information"
},
{
"cve": "CVE-2022-2458",
"cwe": {
"id": "CWE-91",
"name": "XML Injection (aka Blind XPath Injection)"
},
"discovery_date": "2022-07-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107994"
}
],
"notes": [
{
"category": "description",
"text": "An XML external entity injection(XXE) vulnerability was found in Business Central. This flaw allows an attacker to interfere with an application\u0027s processing of XML data. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. The software processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output. Here, the XML external entity injection leads to External Service interaction and an Internal file read in Business Central and Kie-Server APIs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Business-central: Possible XML External Entity Injection attack",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2458"
},
{
"category": "external",
"summary": "RHBZ#2107994",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107994"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2458"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2458",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2458"
}
],
"release_date": "2022-07-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Business-central: Possible XML External Entity Injection attack"
},
{
"cve": "CVE-2022-21363",
"cwe": {
"id": "CWE-280",
"name": "Improper Handling of Insufficient Permissions or Privileges"
},
"discovery_date": "2022-01-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2047343"
}
],
"notes": [
{
"category": "description",
"text": "Vulnerability in the MySQL Connectors product of Oracle MySQL (component: Connector/J). Supported versions that are affected are 8.0.27 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Connectors. Successful attacks of this vulnerability can result in takeover of MySQL Connectors. CVSS 3.1 Base Score 6.6 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mysql-connector-java: Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Connectors",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21363"
},
{
"category": "external",
"summary": "RHBZ#2047343",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047343"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21363",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21363"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21363",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21363"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2022.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2022.html#AppendixMSQL"
}
],
"release_date": "2022-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "mysql-connector-java: Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Connectors"
},
{
"cve": "CVE-2022-21724",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"discovery_date": "2022-02-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2050863"
}
],
"notes": [
{
"category": "description",
"text": "pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin instances based on class names provided via `authenticationPluginClassName`, `sslhostnameverifier`, `socketFactory`, `sslfactory`, `sslpasswordcallback` connection properties. However, the driver did not verify if the class implements the expected interface before instantiating the class. This can lead to code execution loaded via arbitrary classes. Users using plugins are advised to upgrade. There are no known workarounds for this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "According to the patch upstream the scoring of this issue has been severely reduced and is no longer considered an RCE. Therefore, the flaw has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates of Red Hat Enterprise Linux 6, 7 and 8.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21724"
},
{
"category": "external",
"summary": "RHBZ#2050863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21724"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-v7wg-cpwc-24m4",
"url": "https://github.com/advisories/GHSA-v7wg-cpwc-24m4"
}
],
"release_date": "2022-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes"
},
{
"acknowledgments": [
{
"names": [
"Sergey Temnikov",
"Ziyi Luo"
],
"organization": "Amazon Corretto",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-23437",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2022-01-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2047200"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Apache Xerces Java (XercesJ) XML parser when handling specially crafted XML document payloads. This issue causes the XercesJ XML parser to wait in an infinite loop, which may consume system resources for a prolonged duration, leading to a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "xerces-j2: infinite loop when handling specially crafted XML document payloads",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23437"
},
{
"category": "external",
"summary": "RHBZ#2047200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047200"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23437"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23437",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23437"
}
],
"release_date": "2022-01-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "xerces-j2: infinite loop when handling specially crafted XML document payloads"
},
{
"cve": "CVE-2022-23913",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-02-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2063601"
}
],
"notes": [
{
"category": "description",
"text": "In Apache ActiveMQ Artemis prior to 2.20.0 or 2.19.1, an attacker could partially disrupt availability (DoS) through uncontrolled resource consumption of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "artemis-commons: Apache ActiveMQ Artemis DoS",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23913"
},
{
"category": "external",
"summary": "RHBZ#2063601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2063601"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23913",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23913"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/fjynj57rd99s814rdn5hzvmx8lz403q2",
"url": "https://lists.apache.org/thread/fjynj57rd99s814rdn5hzvmx8lz403q2"
}
],
"release_date": "2022-02-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "artemis-commons: Apache ActiveMQ Artemis DoS"
},
{
"cve": "CVE-2022-24771",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067387"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw affects the DigestAlgorithm structure.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24771"
},
{
"category": "external",
"summary": "RHBZ#2067387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067387"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24771"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery"
},
{
"cve": "CVE-2022-24772",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw affects the DigestInfo ASN.1 structure.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24772"
},
{
"category": "external",
"summary": "RHBZ#2067458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24772"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"RHPAM 7.13.1 async"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-26520",
"cwe": {
"id": "CWE-552",
"name": "Files or Directories Accessible to External Parties"
},
"discovery_date": "2022-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064007"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Postgres JDBC. This flaw allows an attacker to use a method to write arbitrary files through the connection properties settings. For example, an attacker can create an executable file under the server the application is running and make it a new part of the application or server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql-jdbc: Arbitrary File Write Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat informs that although there\u0027s a difference from NVD CVSSv3 score there\u0027s a especial occasion in this CVE that maintain it as a moderate. The scenario for an attacker to get a benefit in this situation requires them to have access to modify a configuration file and write a file where it\u0027s needed. This require non-default configuration and also it\u0027s not expected to allow an untrusted user to perform this kind of setting.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-26520"
},
{
"category": "external",
"summary": "RHBZ#2064007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064007"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-26520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-26520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26520"
}
],
"release_date": "2022-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql-jdbc: Arbitrary File Write Vulnerability"
},
{
"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": [
"RHPAM 7.13.1 async"
]
},
"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-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
}
]
}
RHSA-2022:6835
Vulnerability from csaf_redhat - Published: 2022-10-06 12:26 - Updated: 2026-05-22 14:23A flaw was found in protobuf-java. Google Protocol Buffer (protobuf-java) allows the interleaving of com.google.protobuf.UnknownFieldSet fields. By persuading a victim to open specially-crafted content, a remote attacker could cause a timeout in the ProtobufFuzzer function, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in Netty's netty-codec due to size restrictions for decompressed data in the Bzip2Decoder. By sending a specially-crafted input, a remote attacker could cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the Netty's netty-codec due to unrestricted chunk lengths in the SnappyFrameDecoder. By sending a specially-crafted input, a remote attacker could cause excessive memory usage resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in cron-utils. This flaw allows an attacker to perform unauthenticated Remote Code Execution (RCE) via Java Expression Language (EL) injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as "Authorization," "WWW-Authenticate," and "Cookie" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the follow-redirects package. This flaw allows the exposure of sensitive information to an unauthorized actor due to the usage of insecure HTTP protocol. This issue happens with an Authorization header leak from the same hostname, https-http, and requires a Man-in-the-Middle (MITM) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in Quarkus. The state and potentially associated permissions can leak from one web request to another in RestEasy Reactive. This flaw allows a low-privileged user to perform operations on the database with a different set of privileges than intended.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin instances based on class names provided via `authenticationPluginClassName`, `sslhostnameverifier`, `socketFactory`, `sslfactory`, `sslpasswordcallback` connection properties. However, the driver did not verify if the class implements the expected interface before instantiating the class. This can lead to code execution loaded via arbitrary classes. Users using plugins are advised to upgrade. There are no known workarounds for this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A Cross-site scripting attack was found in Prism. The command-line plugin did not properly escape its output. This issue leads to the input text being inserted into the Document Object Model (DOM) as HTML code, which can be exploited by an attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge library when verifying the signature on the ASN.1 structure in RSA PKCS#1 v1.5. This flaw allows an attacker to obtain successful verification for invalid DigestInfo structure, affecting the integrity of the attacked resource.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in gson, which is vulnerable to Deserialization of Untrusted Data via the writeReplace() method in internal classes. This issue may lead to availability attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in Postgres JDBC. This flaw allows an attacker to use a method to write arbitrary files through the connection properties settings. For example, an attacker can create an executable file under the server the application is running and make it a new part of the application or server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in GraphQL Java. This flaw allows an attacker to use a malicious query in GraphQL to cause a denial of service due to inefficient lexer input validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update to the images for Red Hat Integration Service Registry is now available from the Red Hat Container Catalog. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of Red Hat Integration - Service registry 2.3.0.GA serves as a replacement for 2.0.3.GA, and includes the below security fixes.\n\nSecurity Fix(es):\n\n* cron-utils: template Injection leading to unauthenticated Remote Code Execution (CVE-2021-41269)\n\n* prismjs: improperly escaped output allows a XSS (CVE-2022-23647)\n\n* snakeyaml: Denial of Service due missing to nested depth limitation for collections (CVE-2022-25857)\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* protobuf-java: potential DoS in the parsing procedure for binary data (CVE-2021-22569)\n\n* quarkus: privilege escalation vulnerability with RestEasy Reactive scope leakage in Quarkus (CVE-2022-0981)\n\n* quarkus-jdbc-postgresql-deployment: jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes (CVE-2022-21724)\n\n* netty-codec: SnappyFrameDecoder doesn\u0027t restrict chunk length and may buffer skippable chunks in an unnecessary way (CVE-2021-37137)\n\n* netty-codec: Bzip2Decoder doesn\u0027t allow setting size restrictions for decompressed data (CVE-2021-37136)\n\n* node-fetch: exposure of sensitive information to an unauthorized actor (CVE-2022-0235)\n\n* follow-redirects: Exposure of Sensitive Information via Authorization Header leak (CVE-2022-0536)\n\n* jdbc-postgresql: postgresql-jdbc: Arbitrary File Write Vulnerability (CVE-2022-26520)\n\n* node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery (CVE-2022-24771)\n\n* node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery (CVE-2022-24772)\n\n* node-forge: Signature verification leniency in checking `DigestInfo` structure (CVE-2022-24773)\n\n* com.google.code.gson-gson: Deserialization of Untrusted Data in com.google.code.gson-gson (CVE-2022-25647)\n\n* terser: insecure use of regular expressions leads to ReDoS (CVE-2022-25858)\n\n* graphql-java: DoS by malicious query (CVE-2022-37734)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:6835",
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2004133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004133"
},
{
"category": "external",
"summary": "2004135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004135"
},
{
"category": "external",
"summary": "2024632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024632"
},
{
"category": "external",
"summary": "2039903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2039903"
},
{
"category": "external",
"summary": "2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "2050863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050863"
},
{
"category": "external",
"summary": "2053259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053259"
},
{
"category": "external",
"summary": "2056643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2056643"
},
{
"category": "external",
"summary": "2062520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062520"
},
{
"category": "external",
"summary": "2064007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064007"
},
{
"category": "external",
"summary": "2067387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067387"
},
{
"category": "external",
"summary": "2067458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067458"
},
{
"category": "external",
"summary": "2067461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067461"
},
{
"category": "external",
"summary": "2080850",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080850"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "2126809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126809"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6835.json"
}
],
"title": "Red Hat Security Advisory: Service Registry (container images) release and security update [2.3.0.GA]",
"tracking": {
"current_release_date": "2026-05-22T14:23:00+00:00",
"generator": {
"date": "2026-05-22T14:23:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:6835",
"initial_release_date": "2022-10-06T12:26:20+00:00",
"revision_history": [
{
"date": "2022-10-06T12:26:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-06T12:26:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-22T14:23:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHINT Service Registry 2.3.0 GA",
"product": {
"name": "RHINT Service Registry 2.3.0 GA",
"product_id": "RHINT Service Registry 2.3.0 GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_registry:2.3"
}
}
}
],
"category": "product_family",
"name": "Red Hat Integration"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-22569",
"cwe": {
"id": "CWE-696",
"name": "Incorrect Behavior Order"
},
"discovery_date": "2022-01-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2039903"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobuf-java. Google Protocol Buffer (protobuf-java) allows the interleaving of com.google.protobuf.UnknownFieldSet fields. By persuading a victim to open specially-crafted content, a remote attacker could cause a timeout in the ProtobufFuzzer function, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "protobuf-java: potential DoS in the parsing procedure for binary data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-22569"
},
{
"category": "external",
"summary": "RHBZ#2039903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2039903"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-22569",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22569"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-22569",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22569"
},
{
"category": "external",
"summary": "https://github.com/protocolbuffers/protobuf/commit/b3093dce58bc9d3042f085666d83c8ef1f51fe7b",
"url": "https://github.com/protocolbuffers/protobuf/commit/b3093dce58bc9d3042f085666d83c8ef1f51fe7b"
},
{
"category": "external",
"summary": "https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67",
"url": "https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67"
}
],
"release_date": "2022-01-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "protobuf-java: potential DoS in the parsing procedure for binary data"
},
{
"cve": "CVE-2021-37136",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2004133"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s netty-codec due to size restrictions for decompressed data in the Bzip2Decoder. By sending a specially-crafted input, a remote attacker could cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec: Bzip2Decoder doesn\u0027t allow setting size restrictions for decompressed data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the OpenShift Container Platform (OCP), the Hive/Presto/Hadoop components that comprise the OCP Metering stack ship the vulnerable version of netty-codec package. Since the release of OCP 4.6, the Metering product has been deprecated [1], so the affected components are marked as wontfix. This may be fixed in the future.\n\nStarting in OCP 4.7, the elasticsearch component is shipping as a part of the OpenShift Logging product (openshift-logging/elasticsearch6-rhel8). The elasticsearch component delivered in OCP 4.6 is marked as `Out of support scope` because these versions are already under Maintenance Phase of the support.\n\n[1] https://docs.openshift.com/container-platform/4.6/release_notes/ocp-4-6-release-notes.html#ocp-4-6-metering-operator-deprecated",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-37136"
},
{
"category": "external",
"summary": "RHBZ#2004133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004133"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-37136",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-37136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37136"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv"
}
],
"release_date": "2021-09-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "netty-codec: Bzip2Decoder doesn\u0027t allow setting size restrictions for decompressed data"
},
{
"cve": "CVE-2021-37137",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2004135"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Netty\u0027s netty-codec due to unrestricted chunk lengths in the SnappyFrameDecoder. By sending a specially-crafted input, a remote attacker could cause excessive memory usage resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec: SnappyFrameDecoder doesn\u0027t restrict chunk length and may buffer skippable chunks in an unnecessary way",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform (OCP), the Hive/Presto/Hadoop components that comprise the OCP Metering stack, ship the vulnerable version of netty-codec package.\nSince the release of OCP 4.6, the Metering product has been deprecated [1], hence the affected components are marked as wontfix.\nThis may be fixed in the future.\n\nStarting in OCP 4.7, the elasticsearch component is shipping as a part of the OpenShift Logging product (openshift-logging/elasticsearch6-rhel8). The elasticsearch component delivered in OCP 4.6 is marked as `Out of support scope` because these versions are already under Maintenance Phase of the support.\n\n[1] https://docs.openshift.com/container-platform/4.6/release_notes/ocp-4-6-release-notes.html#ocp-4-6-metering-operator-deprecated",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-37137"
},
{
"category": "external",
"summary": "RHBZ#2004135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004135"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-37137",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-37137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37137"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv"
}
],
"release_date": "2021-09-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "netty-codec: SnappyFrameDecoder doesn\u0027t restrict chunk length and may buffer skippable chunks in an unnecessary way"
},
{
"cve": "CVE-2021-41269",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2021-11-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2024632"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cron-utils. This flaw allows an attacker to perform unauthenticated Remote Code Execution (RCE) via Java Expression Language (EL) injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cron-utils: template Injection leading to unauthenticated Remote Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Only projects using the @Cron annotation to validate untrusted Cron expressions are affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-41269"
},
{
"category": "external",
"summary": "RHBZ#2024632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024632"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-41269",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41269"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-41269",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41269"
}
],
"release_date": "2021-11-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cron-utils: template Injection leading to unauthenticated Remote Code Execution"
},
{
"cve": "CVE-2022-0235",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2022-01-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2044591"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as \"Authorization,\" \"WWW-Authenticate,\" and \"Cookie\" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-fetch: exposure of sensitive information to an unauthorized actor",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for dotnet-5.0. For more information about Dotnet product support scope, please see https://access.redhat.com/support/policy/updates/net-core",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0235"
},
{
"category": "external",
"summary": "RHBZ#2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/",
"url": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "node-fetch: exposure of sensitive information to an unauthorized actor"
},
{
"cve": "CVE-2022-0536",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"discovery_date": "2022-02-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053259"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the follow-redirects package. This flaw allows the exposure of sensitive information to an unauthorized actor due to the usage of insecure HTTP protocol. This issue happens with an Authorization header leak from the same hostname, https-http, and requires a Man-in-the-Middle (MITM) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Exposure of Sensitive Information via Authorization Header leak",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0536"
},
{
"category": "external",
"summary": "RHBZ#2053259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053259"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0536"
}
],
"release_date": "2022-02-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "follow-redirects: Exposure of Sensitive Information via Authorization Header leak"
},
{
"acknowledgments": [
{
"names": [
"Sanne Grinovero"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2022-0981",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"discovery_date": "2022-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2062520"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Quarkus. The state and potentially associated permissions can leak from one web request to another in RestEasy Reactive. This flaw allows a low-privileged user to perform operations on the database with a different set of privileges than intended.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quarkus: privilege escalation vulnerability with RestEasy Reactive scope leakage in Quarkus",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "CodeReady Studio is no longer supported and therefore this flaw will not be addressed in CodeReady Studio. Please see https://developers.redhat.com/articles/2022/04/18/announcement-red-hat-codeready-studio-reaches-end-life for more information.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0981"
},
{
"category": "external",
"summary": "RHBZ#2062520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062520"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0981",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0981"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0981",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0981"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/issues/23269",
"url": "https://github.com/quarkusio/quarkus/issues/23269"
}
],
"release_date": "2022-02-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "quarkus: privilege escalation vulnerability with RestEasy Reactive scope leakage in Quarkus"
},
{
"cve": "CVE-2022-21724",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"discovery_date": "2022-02-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2050863"
}
],
"notes": [
{
"category": "description",
"text": "pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin instances based on class names provided via `authenticationPluginClassName`, `sslhostnameverifier`, `socketFactory`, `sslfactory`, `sslpasswordcallback` connection properties. However, the driver did not verify if the class implements the expected interface before instantiating the class. This can lead to code execution loaded via arbitrary classes. Users using plugins are advised to upgrade. There are no known workarounds for this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "According to the patch upstream the scoring of this issue has been severely reduced and is no longer considered an RCE. Therefore, the flaw has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates of Red Hat Enterprise Linux 6, 7 and 8.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21724"
},
{
"category": "external",
"summary": "RHBZ#2050863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21724"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-v7wg-cpwc-24m4",
"url": "https://github.com/advisories/GHSA-v7wg-cpwc-24m4"
}
],
"release_date": "2022-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes"
},
{
"cve": "CVE-2022-23647",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2022-02-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2056643"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site scripting attack was found in Prism. The command-line plugin did not properly escape its output. This issue leads to the input text being inserted into the Document Object Model (DOM) as HTML code, which can be exploited by an attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "prismjs: improperly escaped output allows a XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects Prism as shipped with all versions of Red Hat Ceph Storage, Red Hat Migration Toolkit for Virtualization, Red Hat OpenShift Container Platform, Red Hat OpenShift Service Mesh, Red Hat Advanced Cluster Security, and Red Hat Gluster Storage. However, this flaw is not known to be exploitable under any supported scenario, as websites that do not use the Command Line plugin are also not impacted. The above products do not use the Command Line plugin, thus, are marked not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23647"
},
{
"category": "external",
"summary": "RHBZ#2056643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2056643"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23647"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23647",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23647"
},
{
"category": "external",
"summary": "https://github.com/PrismJS/prism/security/advisories/GHSA-3949-f494-cm99",
"url": "https://github.com/PrismJS/prism/security/advisories/GHSA-3949-f494-cm99"
}
],
"release_date": "2022-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "prismjs: improperly escaped output allows a XSS"
},
{
"cve": "CVE-2022-24771",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067387"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw affects the DigestAlgorithm structure.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24771"
},
{
"category": "external",
"summary": "RHBZ#2067387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067387"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24771"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery"
},
{
"cve": "CVE-2022-24772",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw affects the DigestInfo ASN.1 structure.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24772"
},
{
"category": "external",
"summary": "RHBZ#2067458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24772"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery"
},
{
"cve": "CVE-2022-24773",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067461"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge library when verifying the signature on the ASN.1 structure in RSA PKCS#1 v1.5. This flaw allows an attacker to obtain successful verification for invalid DigestInfo structure, affecting the integrity of the attacked resource.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification leniency in checking `DigestInfo` structure",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24773"
},
{
"category": "external",
"summary": "RHBZ#2067461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067461"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24773"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-2r2c-g63r-vccr",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-2r2c-g63r-vccr"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: Signature verification leniency in checking `DigestInfo` structure"
},
{
"cve": "CVE-2022-25647",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080850"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gson, which is vulnerable to Deserialization of Untrusted Data via the writeReplace() method in internal classes. This issue may lead to availability attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.google.code.gson-gson: Deserialization of Untrusted Data in com.google.code.gson-gson",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25647"
},
{
"category": "external",
"summary": "RHBZ#2080850",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080850"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25647",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25647"
}
],
"release_date": "2022-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "com.google.code.gson-gson: Deserialization of Untrusted Data in com.google.code.gson-gson"
},
{
"cve": "CVE-2022-25857",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126789"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Denial of Service due to missing nested depth limitation for collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For RHEL-8 it\u0027s downgraded to moderate because \"snakeyaml\" itself in RHEL 8 or RHEL-9 isn\u0027t shipped and \"prometheus-jmx-exporter\" is needed as build dependency. And it\u0027s not directly exploitable, hence severity marked as moderate.\nRed Hat Integration and AMQ products are not vulnerable to this flaw, so their severity has been lowered to moderate.\nRed Hat Single Sign-On uses snakeyaml from liquibase-core and is only used when performing migrations and would require administrator privileges to execute, hence severity marked as Low.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be present soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25857"
},
{
"category": "external",
"summary": "RHBZ#2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857"
},
{
"category": "external",
"summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "snakeyaml: Denial of Service due to missing nested depth limitation for collections"
},
{
"cve": "CVE-2022-25858",
"discovery_date": "2022-09-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126277"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "terser: insecure use of regular expressions leads to ReDoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For OpenShift Do (odo) product terser is shipped only for using in static page generators for upstream, thus this represents no security risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25858"
},
{
"category": "external",
"summary": "RHBZ#2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858"
}
],
"release_date": "2022-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "terser: insecure use of regular expressions leads to ReDoS"
},
{
"cve": "CVE-2022-26520",
"cwe": {
"id": "CWE-552",
"name": "Files or Directories Accessible to External Parties"
},
"discovery_date": "2022-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064007"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Postgres JDBC. This flaw allows an attacker to use a method to write arbitrary files through the connection properties settings. For example, an attacker can create an executable file under the server the application is running and make it a new part of the application or server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql-jdbc: Arbitrary File Write Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat informs that although there\u0027s a difference from NVD CVSSv3 score there\u0027s a especial occasion in this CVE that maintain it as a moderate. The scenario for an attacker to get a benefit in this situation requires them to have access to modify a configuration file and write a file where it\u0027s needed. This require non-default configuration and also it\u0027s not expected to allow an untrusted user to perform this kind of setting.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-26520"
},
{
"category": "external",
"summary": "RHBZ#2064007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064007"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-26520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-26520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26520"
}
],
"release_date": "2022-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql-jdbc: Arbitrary File Write Vulnerability"
},
{
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"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-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-37734",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GraphQL Java. This flaw allows an attacker to use a malicious query in GraphQL to cause a denial of service due to inefficient lexer input validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "graphql-java: DoS by malicious query",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-37734"
},
{
"category": "external",
"summary": "RHBZ#2126809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-37734",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-37734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37734"
}
],
"release_date": "2022-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "graphql-java: DoS by malicious query"
}
]
}
RHSA-2022:7055
Vulnerability from csaf_redhat - Published: 2022-10-19 12:55 - Updated: 2026-04-30 16:21The json-schema Node.JS library was vulnerable to prototype pollution during the validation of a JSON object. An attacker, able to provide a specially crafted JSON file for validation, could use this flaw to modify the behavior of the node program, to, for example, execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the follow-redirects package. This flaw allows the exposure of sensitive information to an unauthorized actor due to the usage of insecure HTTP protocol. This issue happens with an Authorization header leak from the same hostname, https-http, and requires a Man-in-the-Middle (MITM) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the EventSource NPM Package. The description from the source states the following message: "Exposure of Sensitive Information to an Unauthorized Actor." This flaw allows an attacker to steal the user's credentials and then use the credentials to access the legitimate website.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
|
A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Openshift distributed tracing 2.6.0\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of Red Hat OpenShift distributed tracing provides these changes:\n\nSecurity Fix(es):\n\n* nodejs-json-schema: Prototype pollution vulnerability (CVE-2021-3918)\n\n* eventsource: Exposure of Sensitive Information (CVE-2022-1650)\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* follow-redirects: Exposure of Sensitive Information via Authorization Header leak (CVE-2022-0536)\n\n* Moment.js: Path traversal in moment.locale (CVE-2022-24785)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:7055",
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2024702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024702"
},
{
"category": "external",
"summary": "2053259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053259"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7055.json"
}
],
"title": "Red Hat Security Advisory: RHOSDT 2.6.0 operator/operand containers Security Update",
"tracking": {
"current_release_date": "2026-04-30T16:21:16+00:00",
"generator": {
"date": "2026-04-30T16:21:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2022:7055",
"initial_release_date": "2022-10-19T12:55:42+00:00",
"revision_history": [
{
"date": "2022-10-19T12:55:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-19T12:55:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:21:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift distributed tracing 2.6",
"product": {
"name": "Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:2.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.60.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.60.0-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.60.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.60.0-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.60.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.60.0-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-3918",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2021-11-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2024702"
}
],
"notes": [
{
"category": "description",
"text": "The json-schema Node.JS library was vulnerable to prototype pollution during the validation of a JSON object. An attacker, able to provide a specially crafted JSON file for validation, could use this flaw to modify the behavior of the node program, to, for example, execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-json-schema: Prototype pollution vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "npm versions 8.0.0 and older provide a vulnerable version of the json-schema library. However, it is currently believed that in the context of npm, it is not possible to take advantage of the vulnerability.\n\nRed Hat Enterprise Linux version 8 and Software Collections provide a vulnerable version of the json-schema library only as embedded in the npm package. As a result, the severity of the incident has been lowered for these 2 products.\n\nRed Hat Quay includes json-schema as a development dependency of quay-registry-container. As a result, the impact rating has been lowered to Moderate.\n\nIn Red Hat OpenShift Container Platform (RHOCP), Red Hat Openshift Data Foundations (ODF), Red Hat distributed tracing, Migration Toolkit for Virtualization (MTV) and Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected components are behind OpenShift OAuth. This restricts access to the vulnerable json-schema library to authenticated users only, therefore the impact is reduced to Moderate.\n\nIn Red Hat Openshift Data Foundations (ODF) the odf4/mcg-core-rhel8 component has \"Will not fix status\", but starting from ODF 4.11 stream this component contains already patched version of the json-schema library. Earlier version of ODF are already under Maintenance Support phase, hence this vulnerability will not be fixed.",
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "RHBZ#2024702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024702"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3918",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3918"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3918",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3918"
}
],
"release_date": "2021-10-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs-json-schema: Prototype pollution vulnerability"
},
{
"cve": "CVE-2022-0536",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"discovery_date": "2022-02-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053259"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the follow-redirects package. This flaw allows the exposure of sensitive information to an unauthorized actor due to the usage of insecure HTTP protocol. This issue happens with an Authorization header leak from the same hostname, https-http, and requires a Man-in-the-Middle (MITM) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Exposure of Sensitive Information via Authorization Header leak",
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0536"
},
{
"category": "external",
"summary": "RHBZ#2053259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053259"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0536"
}
],
"release_date": "2022-02-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Exposure of Sensitive Information via Authorization Header leak"
},
{
"cve": "CVE-2022-1650",
"cwe": {
"id": "CWE-359",
"name": "Exposure of Private Personal Information to an Unauthorized Actor"
},
"discovery_date": "2022-05-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2085307"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the EventSource NPM Package. The description from the source states the following message: \"Exposure of Sensitive Information to an Unauthorized Actor.\" This flaw allows an attacker to steal the user\u0027s credentials and then use the credentials to access the legitimate website.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eventsource: Exposure of Sensitive Information",
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1650"
},
{
"category": "external",
"summary": "RHBZ#2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1650",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e",
"url": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e"
}
],
"release_date": "2022-05-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eventsource: Exposure of Sensitive Information"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"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-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
}
],
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
}
]
}
RHSA-2022:7276
Vulnerability from csaf_redhat - Published: 2022-11-01 19:46 - Updated: 2026-04-01 13:13A vulnerability was found in the search-api container when a query in the search filter gets parsed by the backend. This flaw allows an attacker to craft specific strings containing special characters that lead to crashing the pod and affects system availability while restarting.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
|
A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the undici package. When requesting unsanitized input on content-type headers, it is possible to inject additional requests via Carriage Return/Line Feed (CRLF).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
Workaround
|
A Server-Side Request Forgery (SSRF) vulnerability was found in undici, a HTTP/1.1 client for Node.js. An attacker can manipulate the server-side application to make requests to an unintended location when they use the 'path/pathname' option in 'undici.request'.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.4.8 General\nAvailability release images, which fix security issues.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.4.8 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 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* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* nodejs: undici vulnerable to CRLF via content headers (CVE-2022-35948)\n\n* nodejs: undici.request vulnerable to SSRF (CVE-2022-35949)\n\n* terser: insecure use of regular expressions leads to ReDoS (CVE-2022-25858)\n\n* search-api: SQL injection leads to remote denial of service (CVE-2022-2238)\n\nBug fix: \n\n* RHACM 2.4.8 images (BZ# 2130745)",
"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:7276",
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2101669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101669"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2121068",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121068"
},
{
"category": "external",
"summary": "2121101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121101"
},
{
"category": "external",
"summary": "2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "2130745",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130745"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7276.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.4.8 security fixes and container updates",
"tracking": {
"current_release_date": "2026-04-01T13:13:52+00:00",
"generator": {
"date": "2026-04-01T13:13:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2022:7276",
"initial_release_date": "2022-11-01T19:46:29+00:00",
"revision_history": [
{
"date": "2022-11-01T19:46:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-01T19:46:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T13:13:52+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:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.8-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"product": {
"name": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"product_id": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"product": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"product_id": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"product": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"product": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"product": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"product": {
"name": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"product_id": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"product": {
"name": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"product_id": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"product": {
"name": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"product_id": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"product": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"product_id": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"product": {
"name": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"product_id": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"product_id": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"product": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"product_id": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"product_id": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"product": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"product_id": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"product": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"product": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"product_id": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"product_id": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"product": {
"name": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"product_id": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"product": {
"name": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"product_id": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"product_id": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"product": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"product_id": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"product": {
"name": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"product_id": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"product": {
"name": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"product_id": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"product": {
"name": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"product_id": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"product_id": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"product_id": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"product": {
"name": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"product_id": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"product": {
"name": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"product_id": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"product_id": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"product": {
"name": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"product_id": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"product": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"product": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"product": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"product": {
"name": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"product_id": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.8-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.8-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"product": {
"name": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"product_id": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"product": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"product_id": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"product": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"product": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"product": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"product": {
"name": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"product_id": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"product": {
"name": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"product_id": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"product": {
"name": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"product_id": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"product": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"product_id": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"product": {
"name": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"product_id": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"product_id": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"product": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"product_id": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"product": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"product_id": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"product": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"product": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"product_id": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"product": {
"name": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"product_id": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"product": {
"name": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"product_id": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"product_id": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"product": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"product_id": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"product": {
"name": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"product_id": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"product": {
"name": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"product_id": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"product": {
"name": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"product_id": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"product": {
"name": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"product_id": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-agent-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"product": {
"name": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"product_id": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"product": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"product_id": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-reporter-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"product_id": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"product_id": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"product": {
"name": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"product_id": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"product": {
"name": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"product_id": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"product_id": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"product": {
"name": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"product_id": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"product": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"product": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"product": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64",
"product": {
"name": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64",
"product_id": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.8-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.8-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"product": {
"name": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"product_id": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"product": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"product_id": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"product": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"product": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"product": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"product": {
"name": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"product_id": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"product": {
"name": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"product_id": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"product": {
"name": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"product_id": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"product": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"product_id": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"product": {
"name": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"product_id": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"product_id": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"product": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"product_id": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"product_id": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"product": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"product_id": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"product_id": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"product_id": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"product": {
"name": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"product_id": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"product": {
"name": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"product_id": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"product_id": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"product": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"product_id": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"product": {
"name": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"product_id": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"product": {
"name": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"product_id": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"product": {
"name": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"product_id": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"product": {
"name": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"product_id": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"product": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"product_id": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-reporter-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"product_id": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"product_id": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"product": {
"name": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"product_id": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"product": {
"name": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"product_id": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"product_id": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"product": {
"name": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"product_id": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"product": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"product": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"product": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"product": {
"name": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"product_id": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.8-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_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:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_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:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_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:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_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:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_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:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_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:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_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:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_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:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_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:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le"
},
"product_reference": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_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:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x"
},
"product_reference": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_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:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64"
},
"product_reference": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_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:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le"
},
"product_reference": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_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:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x"
},
"product_reference": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_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:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64"
},
"product_reference": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_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:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x"
},
"product_reference": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_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:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le"
},
"product_reference": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_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:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64"
},
"product_reference": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_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:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64"
},
"product_reference": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_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:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64"
},
"product_reference": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_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:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le"
},
"product_reference": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_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:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le"
},
"product_reference": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_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:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64"
},
"product_reference": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_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:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_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:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_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:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_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:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_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:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_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:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_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:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x"
},
"product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_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:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64"
},
"product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_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:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le"
},
"product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_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:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_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:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_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:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_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:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x"
},
"product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_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:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le"
},
"product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_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:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64"
},
"product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_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:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64"
},
"product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_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:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x"
},
"product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_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:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le"
},
"product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_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:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_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:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_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:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_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:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le"
},
"product_reference": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_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:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x"
},
"product_reference": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_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:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64"
},
"product_reference": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_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:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64"
},
"product_reference": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_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:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le"
},
"product_reference": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_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:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x"
},
"product_reference": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_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:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x"
},
"product_reference": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_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:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le"
},
"product_reference": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_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:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64"
},
"product_reference": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_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:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_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:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_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:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_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:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_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:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_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:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_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:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_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:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_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:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_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:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_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:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_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:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_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:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_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:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_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:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_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:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_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:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_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:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_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:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x"
},
"product_reference": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_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:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64"
},
"product_reference": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_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:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le"
},
"product_reference": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_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:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le"
},
"product_reference": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_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:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x"
},
"product_reference": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_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:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64"
},
"product_reference": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_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:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_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:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_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:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_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:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_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:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_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:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_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:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_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:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_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:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_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:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_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:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_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:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_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:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_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:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_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:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_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:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_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:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_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:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_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:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_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:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_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:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_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:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x"
},
"product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_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:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le"
},
"product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_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:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64"
},
"product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_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:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_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:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_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:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_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:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_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:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_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:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_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:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_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:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_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:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_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:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_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:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_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:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_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:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_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:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_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:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_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:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x"
},
"product_reference": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_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:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le"
},
"product_reference": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_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:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64"
},
"product_reference": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_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:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_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:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_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:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_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:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_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:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_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:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_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:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_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:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_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:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_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:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x"
},
"product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_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:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64"
},
"product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_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:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_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:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x"
},
"product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_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:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64"
},
"product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_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:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_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:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_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:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_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:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_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:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_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:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_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:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_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:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_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:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_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:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_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:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_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:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_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:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_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:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_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:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_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:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_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:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_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:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_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:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_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:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_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:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_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:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_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:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le"
},
"product_reference": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_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:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64"
},
"product_reference": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_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:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x"
},
"product_reference": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_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:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le"
},
"product_reference": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_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:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x"
},
"product_reference": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_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:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64"
},
"product_reference": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_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:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_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:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_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:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_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:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_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:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_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:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_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:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le"
},
"product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_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:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x"
},
"product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_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:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64"
},
"product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_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:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_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:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_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:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_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:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_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:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_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:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_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:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x"
},
"product_reference": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_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:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64"
},
"product_reference": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_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:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le"
},
"product_reference": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_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:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le"
},
"product_reference": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_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:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x"
},
"product_reference": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_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:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64"
},
"product_reference": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_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:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_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:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_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:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_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:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_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:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_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:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_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:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_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:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_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:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_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:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le"
},
"product_reference": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_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:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64"
},
"product_reference": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_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:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x"
},
"product_reference": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_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:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x"
},
"product_reference": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_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:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le"
},
"product_reference": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_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:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64"
},
"product_reference": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_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:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_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:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_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:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_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:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_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:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_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:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_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:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_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:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_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:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_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:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le"
},
"product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_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:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64"
},
"product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_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:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x"
},
"product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_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:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64"
},
"product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_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:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x"
},
"product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_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:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le"
},
"product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_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:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x"
},
"product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_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:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64"
},
"product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_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:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le"
},
"product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_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:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64"
},
"product_reference": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_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:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le"
},
"product_reference": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_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:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x"
},
"product_reference": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_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:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x"
},
"product_reference": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_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:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le"
},
"product_reference": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_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:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
},
"product_reference": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-2238",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2101669"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the search-api container when a query in the search filter gets parsed by the backend. This flaw allows an attacker to craft specific strings containing special characters that lead to crashing the pod and affects system availability while restarting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "search-api: SQL injection leads to remote denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat Advanced Cluster Management for Kubernetes (RHACM) the search-api component is protected by OpenShift OAuth which reduces the impact of this flaw to Moderate. Access to the search-api where queries can be submitted requires the user or ServiceAccount token authorization with a granted access to the resources and managed clusters.",
"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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2238"
},
{
"category": "external",
"summary": "RHBZ#2101669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101669"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2238"
}
],
"release_date": "2022-06-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-01T19:46:29+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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "search-api: SQL injection leads to remote denial of service"
},
{
"cve": "CVE-2022-25858",
"discovery_date": "2022-09-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126277"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "terser: insecure use of regular expressions leads to ReDoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For OpenShift Do (odo) product terser is shipped only for using in static page generators for upstream, thus this represents no security risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25858"
},
{
"category": "external",
"summary": "RHBZ#2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858"
}
],
"release_date": "2022-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-01T19:46:29+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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
}
],
"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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "terser: insecure use of regular expressions leads to ReDoS"
},
{
"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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"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-11-01T19:46:29+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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
}
],
"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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-35948",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2022-08-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121101"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici package. When requesting unsanitized input on content-type headers, it is possible to inject additional requests via Carriage Return/Line Feed (CRLF).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: undici vulnerable to CRLF via content headers",
"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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35948"
},
{
"category": "external",
"summary": "RHBZ#2121101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121101"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35948"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35948",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35948"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-f772-66g8-q5h3",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-f772-66g8-q5h3"
}
],
"release_date": "2022-08-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-01T19:46:29+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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
},
{
"category": "workaround",
"details": "A possible mitigation is to sanitize user input when sending content-type headers.",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: undici vulnerable to CRLF via content headers"
},
{
"cve": "CVE-2022-35949",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2022-08-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121068"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability was found in undici, a HTTP/1.1 client for Node.js. An attacker can manipulate the server-side application to make requests to an unintended location when they use the \u0027path/pathname\u0027 option in \u0027undici.request\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: undici.request vulnerable to SSRF",
"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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35949"
},
{
"category": "external",
"summary": "RHBZ#2121068",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121068"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35949",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35949"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35949",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35949"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-8qr4-xgw6-wmr3",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-8qr4-xgw6-wmr3"
}
],
"release_date": "2022-08-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-01T19:46:29+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:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
},
{
"category": "workaround",
"details": "Validate user input before passing it to the `undici.request` call.",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: undici.request vulnerable to SSRF"
}
]
}
RHSA-2022:7313
Vulnerability from csaf_redhat - Published: 2022-11-02 14:05 - Updated: 2026-04-01 13:13A vulnerability was found in the search-api container when a query in the search filter gets parsed by the backend. This flaw allows an attacker to craft specific strings containing special characters that lead to crashing the pod and affects system availability while restarting.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
|
A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
|
A flaw was found in sanitize-html library. Insecure global regular expression replacement logic of HTML comment removal could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
|
A misleading session regeneration flaw was found in passport. When a user logs in or logs out, the session is regenerated instead of being closed. This flaw allows an attacker to use a previous session in particular environments.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.6.2 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 Moderate. 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.6.2 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 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.6/html/release_notes/\n\nSecurity fixes:\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* passport: incorrect session regeneration (CVE-2022-25896)\n\n* sanitize-html: insecure global regular expression replacement logic may lead to ReDoS (CVE-2022-25887)\n\n* terser: insecure use of regular expressions leads to ReDoS (CVE-2022-25858)\n\n* search-api: SQL injection leads to remote denial of service (CVE-2022-2238)\n\nBug fixes:\n\n* ACM 2.6.2 images (BZ# 2126195)\n\n* Infra MachineSet Replicate Taint (BZ# 2116528)\n\n* Work agent panic when apply the manifestwork (BZ# 2120920)\n\n* unexpected difference of behavior in inform policies with lists of apiGroups for ClusterRole resources (BZ# 2130985)",
"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:7313",
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2101669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101669"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2111862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111862"
},
{
"category": "external",
"summary": "2116528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116528"
},
{
"category": "external",
"summary": "2120920",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120920"
},
{
"category": "external",
"summary": "2123376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123376"
},
{
"category": "external",
"summary": "2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "2130985",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130985"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7313.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.6.2 security update and bug fixes",
"tracking": {
"current_release_date": "2026-04-01T13:13:52+00:00",
"generator": {
"date": "2026-04-01T13:13:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2022:7313",
"initial_release_date": "2022-11-02T14:05:53+00:00",
"revision_history": [
{
"date": "2022-11-02T14:05:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-02T14:05:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T13:13:52+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.6 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.2-44"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"product": {
"name": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"product_id": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.2-18"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"product_id": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"product_id": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"product_id": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"product_id": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"product_id": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"product_id": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"product": {
"name": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"product_id": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64",
"product_id": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.2-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"product_id": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.2-44"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"product": {
"name": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"product_id": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.2-18"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"product_id": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"product_id": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"product_id": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"product_id": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"product_id": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"product_id": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"product": {
"name": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"product_id": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"product_id": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.2-7"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.2-44"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"product": {
"name": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"product_id": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.2-18"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"product_id": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"product_id": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"product_id": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"product_id": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"product_id": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"product_id": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"product_id": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"product_id": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"product": {
"name": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"product_id": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"product_id": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.2-7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.2-44"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"product": {
"name": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"product_id": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.2-18"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"product_id": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"product_id": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"product_id": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"product_id": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"product_id": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"product_id": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"product_id": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"product_id": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"product": {
"name": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"product_id": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"product_id": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.2-7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64"
},
"product_reference": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64"
},
"product_reference": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x"
},
"product_reference": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le"
},
"product_reference": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64"
},
"product_reference": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le"
},
"product_reference": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64"
},
"product_reference": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x"
},
"product_reference": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-2238",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2101669"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the search-api container when a query in the search filter gets parsed by the backend. This flaw allows an attacker to craft specific strings containing special characters that lead to crashing the pod and affects system availability while restarting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "search-api: SQL injection leads to remote denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat Advanced Cluster Management for Kubernetes (RHACM) the search-api component is protected by OpenShift OAuth which reduces the impact of this flaw to Moderate. Access to the search-api where queries can be submitted requires the user or ServiceAccount token authorization with a granted access to the resources and managed clusters.",
"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.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2238"
},
{
"category": "external",
"summary": "RHBZ#2101669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101669"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2238"
}
],
"release_date": "2022-06-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-02T14:05:53+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 release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "search-api: SQL injection leads to remote denial of service"
},
{
"cve": "CVE-2022-25858",
"discovery_date": "2022-09-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126277"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "terser: insecure use of regular expressions leads to ReDoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For OpenShift Do (odo) product terser is shipped only for using in static page generators for upstream, thus this represents no security risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25858"
},
{
"category": "external",
"summary": "RHBZ#2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858"
}
],
"release_date": "2022-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-02T14:05:53+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 release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
}
],
"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.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "terser: insecure use of regular expressions leads to ReDoS"
},
{
"cve": "CVE-2022-25887",
"cwe": {
"id": "CWE-185",
"name": "Incorrect Regular Expression"
},
"discovery_date": "2022-09-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2123376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in sanitize-html library. Insecure global regular expression replacement logic of HTML comment removal could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sanitize-html: insecure global regular expression replacement logic may lead to ReDoS",
"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.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25887"
},
{
"category": "external",
"summary": "RHBZ#2123376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25887",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25887"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25887",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25887"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-02T14:05:53+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 release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "sanitize-html: insecure global regular expression replacement logic may lead to ReDoS"
},
{
"cve": "CVE-2022-25896",
"cwe": {
"id": "CWE-384",
"name": "Session Fixation"
},
"discovery_date": "2022-07-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2111862"
}
],
"notes": [
{
"category": "description",
"text": "A misleading session regeneration flaw was found in passport. When a user logs in or logs out, the session is regenerated instead of being closed. This flaw allows an attacker to use a previous session in particular environments.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "passport: incorrect session regeneration",
"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.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25896"
},
{
"category": "external",
"summary": "RHBZ#2111862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111862"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25896",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25896"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25896",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25896"
},
{
"category": "external",
"summary": "https://github.com/jaredhanson/passport/pull/900",
"url": "https://github.com/jaredhanson/passport/pull/900"
}
],
"release_date": "2022-07-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-02T14:05:53+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 release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
},
{
"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.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "passport: incorrect session regeneration"
},
{
"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.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"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-11-02T14:05:53+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 release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
}
],
"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.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
}
]
}
RHSA-2022:8652
Vulnerability from csaf_redhat - Published: 2022-11-28 14:39 - Updated: 2026-05-14 22:32A cross-site scripting vulnerability was discovered in bootstrap. If an attacker could control the data given to tooltip or popover, they could inject HTML or Javascript into the rendered page when tooltip or popover events fired.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in Wildfly. An incorrect JBOSS_LOCAL_USER challenge location when using the elytron configuration may lead to JBOSS_LOCAL_USER access to all users on the machine. The highest threat from this vulnerability is to confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in the json-smart package in the JSONParserByteArray. This flaw allows an attacker to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in urijs due to the fix of CVE-2021-3647 not considering case-sensitive protocol schemes in the URL. This issue allows attackers to bypass the patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in the Eclipse Jetty http2-server package. This flaw allows an attacker to cause a denial of service in the server via HTTP/2 requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in Undertow. AJP requests to the server may allow an attacker to send a malicious request and trigger server errors, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
An improper input validation flaw was found in urijs where white space characters are not removed from the beginning of an URL. This issue allows bypassing the protocol validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
Workaround
|
CVE-2021-21290 contains an incomplete fix, and this addresses the issue found in netty. When using multipart decoders in netty, local information disclosure can occur via the local system temporary directory if temporary storing of uploads on the disk is enabled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in PostgresQL. This flaw allows an attacker to benefit from a miss escaping character and leads to a SQL injection attack due to Java.sql.ResultRow.refreshRow() implementation from PGSQL.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in Apache Commons Configuration's variable interpolation, which by default included several lookup actions that could permit script invocation on remote servers. This issue could allow an attacker to use one of these actions to send a request to execute arbitrary code on the server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in the HSQLDB package. This flaw allows untrusted inputs to execute remote code due to any static method of any Java class in the classpath, resulting in code execution by default.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Apache Commons Text packages 1.5 through 1.9. The affected versions allow an attacker to benefit from a variable interpolation process contained in Apache Commons Text, which can cause properties to be dynamically defined. Server applications are vulnerable to remote code execution (RCE) and unintentional contact with untrusted remote servers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A minor version update (from 7.11 to 7.11.1) is now available for Red Hat Fuse. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of Red Hat Fuse 7.11.1 serves as a replacement for Red Hat Fuse 7.11 and includes bug fixes and enhancements, which are documented in the Release Notes document linked in the References.\n\nSecurity Fix(es):\n\n* hsqldb: Untrusted input may lead to RCE attack [fuse-7] (CVE-2022-41853)\n\n* io.hawt-hawtio-online: bootstrap: XSS in the tooltip or popover data-template attribute [fuse-7] (CVE-2019-8331)\n\n* io.hawt-project: bootstrap: XSS in the tooltip or popover data-template attribute [fuse-7] (CVE-2019-8331)\n\n* wildfly: incorrect JBOSS_LOCAL_USER challenge location may lead to giving access to all the local users [fuse-7] (CVE-2021-3717)\n\n* json-smart: Denial of Service in JSONParserByteArray function [fuse-7] (CVE-2021-31684)\n\n* io.hawt-hawtio-integration: minimist: prototype pollution [fuse-7] (CVE-2021-44906)\n\n* urijs: Authorization Bypass Through User-Controlled Key [fuse-7] (CVE-2022-0613)\n\n* http2-server: Invalid HTTP/2 requests cause DoS [fuse-7] (CVE-2022-2048)\n\n* snakeyaml: Denial of Service due to missing nested depth limitation for collections [fuse-7] (CVE-2022-25857)\n\n* urijs: Leading white space bypasses protocol validation [fuse-7] (CVE-2022-24723)\n\n* Moment.js: Path traversal in moment.locale [fuse-7] (CVE-2022-24785)\n\n* netty: world readable temporary file containing sensitive data [fuse-7] (CVE-2022-24823)\n\n* jdbc-postgresql: postgresql: SQL Injection in ResultSet.refreshRow() with malicious column names [fuse-7] (CVE-2022-31197)\n\n* commons-configuration2: apache-commons-configuration: Apache Commons Configuration insecure interpolation defaults [fuse-7] (CVE-2022-33980)\n\n* commons-text: apache-commons-text: variable interpolation RCE [fuse-7] (CVE-2022-42889)\n\n* undertow: Large AJP request may cause DoS [fuse-7] (CVE-2022-2053)\n\n* moment: inefficient parsing algorithm resulting in DoS [fuse-7] (CVE-2022-31129)\n\n* snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode [fuse-7] (CVE-2022-38749)\n\nFor more details about the security issues, including the impact, CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:8652",
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1686454",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1686454"
},
{
"category": "external",
"summary": "1991305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991305"
},
{
"category": "external",
"summary": "2055496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055496"
},
{
"category": "external",
"summary": "2062370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062370"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2087186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087186"
},
{
"category": "external",
"summary": "2095862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095862"
},
{
"category": "external",
"summary": "2102695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102695"
},
{
"category": "external",
"summary": "2105067",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105067"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2116952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116952"
},
{
"category": "external",
"summary": "2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "2129428",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129428"
},
{
"category": "external",
"summary": "2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "2135435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135435"
},
{
"category": "external",
"summary": "2136141",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136141"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8652.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Fuse 7.11.1 release and security update",
"tracking": {
"current_release_date": "2026-05-14T22:32:56+00:00",
"generator": {
"date": "2026-05-14T22:32:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2022:8652",
"initial_release_date": "2022-11-28T14:39:27+00:00",
"revision_history": [
{
"date": "2022-11-28T14:39:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-28T14:39:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:32:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Fuse 7.11.1",
"product": {
"name": "Red Hat Fuse 7.11.1",
"product_id": "Red Hat Fuse 7.11.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_fuse:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Fuse"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-8331",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2019-02-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1686454"
}
],
"notes": [
{
"category": "description",
"text": "A cross-site scripting vulnerability was discovered in bootstrap. If an attacker could control the data given to tooltip or popover, they could inject HTML or Javascript into the rendered page when tooltip or popover events fired.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bootstrap: XSS in the tooltip or popover data-template attribute",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat CloudForms 4.6 and newer versions include the vulnerable component, but there is no risk of exploitation since there is no possible vector to access the vulnerability. Older Red Hat CloudForms versions don\u0027t use the vulnerable component at all.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-8331"
},
{
"category": "external",
"summary": "RHBZ#1686454",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1686454"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-8331",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8331"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-8331",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-8331"
}
],
"release_date": "2019-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "bootstrap: XSS in the tooltip or popover data-template attribute"
},
{
"cve": "CVE-2021-3717",
"cwe": {
"id": "CWE-552",
"name": "Files or Directories Accessible to External Parties"
},
"discovery_date": "2021-07-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1991305"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Wildfly. An incorrect JBOSS_LOCAL_USER challenge location when using the elytron configuration may lead to JBOSS_LOCAL_USER access to all users on the machine. The highest threat from this vulnerability is to confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wildfly: incorrect JBOSS_LOCAL_USER challenge location may lead to giving access to all the local users",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3717"
},
{
"category": "external",
"summary": "RHBZ#1991305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991305"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3717"
}
],
"release_date": "2021-08-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "wildfly: incorrect JBOSS_LOCAL_USER challenge location may lead to giving access to all the local users"
},
{
"cve": "CVE-2021-31684",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-06-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2102695"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the json-smart package in the JSONParserByteArray. This flaw allows an attacker to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "json-smart: Denial of Service in JSONParserByteArray function",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-31684"
},
{
"category": "external",
"summary": "RHBZ#2102695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102695"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-31684",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31684"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-31684",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31684"
}
],
"release_date": "2021-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "json-smart: Denial of Service in JSONParserByteArray function"
},
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"cve": "CVE-2022-0613",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2022-02-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2055496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urijs due to the fix of CVE-2021-3647 not considering case-sensitive protocol schemes in the URL. This issue allows attackers to bypass the patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urijs: Authorization Bypass Through User-Controlled Key",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0613"
},
{
"category": "external",
"summary": "RHBZ#2055496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0613",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0613"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0613",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0613"
}
],
"release_date": "2022-02-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"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": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urijs: Authorization Bypass Through User-Controlled Key"
},
{
"cve": "CVE-2022-2048",
"cwe": {
"id": "CWE-410",
"name": "Insufficient Resource Pool"
},
"discovery_date": "2022-08-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2116952"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Eclipse Jetty http2-server package. This flaw allows an attacker to cause a denial of service in the server via HTTP/2 requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "http2-server: Invalid HTTP/2 requests cause DoS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2048"
},
{
"category": "external",
"summary": "RHBZ#2116952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116952"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2048",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2048"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2048",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2048"
},
{
"category": "external",
"summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgmr-mf83-7x4j",
"url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgmr-mf83-7x4j"
}
],
"release_date": "2022-07-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "http2-server: Invalid HTTP/2 requests cause DoS"
},
{
"cve": "CVE-2022-2053",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-06-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2095862"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Undertow. AJP requests to the server may allow an attacker to send a malicious request and trigger server errors, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undertow: Large AJP request may cause DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse 7 is now in Maintenance Support Phase and is marked Fixed. However, Red Hat Fuse Online does not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2053"
},
{
"category": "external",
"summary": "RHBZ#2095862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095862"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2053",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2053"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2053",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2053"
}
],
"release_date": "2022-06-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "undertow: Large AJP request may cause DoS"
},
{
"cve": "CVE-2022-24723",
"cwe": {
"id": "CWE-1173",
"name": "Improper Use of Validation Framework"
},
"discovery_date": "2022-03-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2062370"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation flaw was found in urijs where white space characters are not removed from the beginning of an URL. This issue allows bypassing the protocol validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urijs: Leading white space bypasses protocol validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24723"
},
{
"category": "external",
"summary": "RHBZ#2062370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24723"
}
],
"release_date": "2022-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urijs: Leading white space bypasses protocol validation"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 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": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"Red Hat Fuse 7.11.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-24823",
"cwe": {
"id": "CWE-379",
"name": "Creation of Temporary File in Directory with Insecure Permissions"
},
"discovery_date": "2022-05-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2087186"
}
],
"notes": [
{
"category": "description",
"text": "CVE-2021-21290 contains an incomplete fix, and this addresses the issue found in netty. When using multipart decoders in netty, local information disclosure can occur via the local system temporary directory if temporary storing of uploads on the disk is enabled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: world readable temporary file containing sensitive data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users.\n\nRed Hat Satellite 6 is not affected as is using netty 3.6.7 version which is not impacted by this vulnerability.\n\nRed Hat Fuse 7 is now in Maintenance Support Phase and should be fixed soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24823"
},
{
"category": "external",
"summary": "RHBZ#2087186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087186"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24823",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24823"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24823",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24823"
}
],
"release_date": "2022-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "workaround",
"details": "As a workaround, specify one\u0027s own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user.",
"product_ids": [
"Red Hat Fuse 7.11.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty: world readable temporary file containing sensitive data"
},
{
"cve": "CVE-2022-25857",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126789"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Denial of Service due to missing nested depth limitation for collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For RHEL-8 it\u0027s downgraded to moderate because \"snakeyaml\" itself in RHEL 8 or RHEL-9 isn\u0027t shipped and \"prometheus-jmx-exporter\" is needed as build dependency. And it\u0027s not directly exploitable, hence severity marked as moderate.\nRed Hat Integration and AMQ products are not vulnerable to this flaw, so their severity has been lowered to moderate.\nRed Hat Single Sign-On uses snakeyaml from liquibase-core and is only used when performing migrations and would require administrator privileges to execute, hence severity marked as Low.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be present soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25857"
},
{
"category": "external",
"summary": "RHBZ#2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857"
},
{
"category": "external",
"summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Denial of Service due to missing nested depth limitation for collections"
},
{
"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": [
"Red Hat Fuse 7.11.1"
]
},
"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-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-31197",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2022-09-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129428"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgresQL. This flaw allows an attacker to benefit from a miss escaping character and leads to a SQL injection attack due to Java.sql.ResultRow.refreshRow() implementation from PGSQL.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: SQL Injection in ResultSet.refreshRow() with malicious column names",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "User applications that do not invoke the `ResultSet.refreshRow()` method are not impacted.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be presented soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31197"
},
{
"category": "external",
"summary": "RHBZ#2129428",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129428"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31197",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31197"
},
{
"category": "external",
"summary": "https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-r38f-c4h4-hqq2",
"url": "https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-r38f-c4h4-hqq2"
}
],
"release_date": "2022-08-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql: SQL Injection in ResultSet.refreshRow() with malicious column names"
},
{
"cve": "CVE-2022-33980",
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105067"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Commons Configuration\u0027s variable interpolation, which by default included several lookup actions that could permit script invocation on remote servers. This issue could allow an attacker to use one of these actions to send a request to execute arbitrary code on the server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "apache-commons-configuration: Apache Commons Configuration insecure interpolation defaults",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite embeds affected commons-configuration2 with Candlepin, however, product is not affected since vulnerable org.apache.commons.configuration2.interpol.Lookup is not exposed in code. Product Security has rated this vulnerability Low for Satellite and there is no harm identified to confidentiality, integrity, and availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-33980"
},
{
"category": "external",
"summary": "RHBZ#2105067",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105067"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-33980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33980"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-33980",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-33980"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "apache-commons-configuration: Apache Commons Configuration insecure interpolation defaults"
},
{
"cve": "CVE-2022-38749",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129706"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38749"
},
{
"category": "external",
"summary": "RHBZ#2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode"
},
{
"cve": "CVE-2022-41853",
"cwe": {
"id": "CWE-470",
"name": "Use of Externally-Controlled Input to Select Classes or Code (\u0027Unsafe Reflection\u0027)"
},
"discovery_date": "2022-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2136141"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HSQLDB package. This flaw allows untrusted inputs to execute remote code due to any static method of any Java class in the classpath, resulting in code execution by default.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hsqldb: Untrusted input may lead to RCE attack",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41853"
},
{
"category": "external",
"summary": "RHBZ#2136141",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136141"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41853",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41853"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41853",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41853"
},
{
"category": "external",
"summary": "http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control",
"url": "http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-77xx-rxvh-q682",
"url": "https://github.com/advisories/GHSA-77xx-rxvh-q682"
}
],
"release_date": "2022-10-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "workaround",
"details": "By default, the static methods of any class that is on the classpath are available for use and can compromise security in some systems. The optional Java system property, hsqldb.method_class_names, allows preventing access to classes other than java.lang.Math or specifying a semicolon-separated list of allowed classes. A property value that ends with .* is treated as a wild card and allows access to all class or method names formed by substitution of the * (asterisk).\n\nIn the example below, the property has been included as an argument to the Java command.\n\n java -Dhsqldb.method_class_names=\"org.me.MyClass;org.you.YourClass;org.you.lib.*\" [the rest of the command line]\n\nThe above example allows access to the methods in the two classes: org.me.MyClass and org.you.YourClass together with all the classes in the org.you.lib package. Note that if the property is not defined, no access control is performed at this level.\n\nThe user who creates a Java routine must have the relevant access privileges on the tables that are used inside the Java method.\n\nOnce the routine has been defined, the normal database access control applies to its user. The routine can be executed only by those users who have been granted EXECUTE privileges on it. Access to routines can be granted to users with GRANT EXECUTE or GRANT ALL. For example, GRANT EXECUTE ON myroutine TO PUBLIC.\n\nIn hsqldb 2.7.1, all classes by default are not accessible, except those in java.lang.Math and need to be manually enabled.",
"product_ids": [
"Red Hat Fuse 7.11.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "hsqldb: Untrusted input may lead to RCE attack"
},
{
"cve": "CVE-2022-42889",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2022-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135435"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Commons Text packages 1.5 through 1.9. The affected versions allow an attacker to benefit from a variable interpolation process contained in Apache Commons Text, which can cause properties to be dynamically defined. Server applications are vulnerable to remote code execution (RCE) and unintentional contact with untrusted remote servers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "apache-commons-text: variable interpolation RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In order to carry successful exploitation of this vulnerability, the following conditions must be in place on the affected target:\n - Usage of specific methods that interpolate the variables as described in the flaw\n - Usage of external input for those methods\n - Usage of that external input has to be unsanitized/no \"allow list\"/etc.\n\nThe following products have *Low* impact because they have maven references to the affected package but do not ship it nor use the code:\n- Red Hat EAP Expansion Pack (EAP-XP)\n- Red Hat Camel-K\n- Red Hat Camel-Quarkus\n\nRed Hat Satellite ships Candlepin that embeds Apache Commons Text, however, it is not vulnerable to the flaw since the library has not been exposed in the product code. In Candlepin, the Commons Text is being pulled for the Liquibase and ActiveMQ Artemis libraries as a dependency. Red Hat Product Security has evaluated and rated the impact of the flaw as Low for Satellite since there was no harm identified to the confidentiality, integrity, or availability of systems.\n\n- The OCP has a *Moderate* impact because the affected library is a third-party library in the OCP jenkins-2-plugin component which reduces the possibilities of successful exploitation.\n- The OCP-4.8 is affected by this CVE and is in an extended life phase. For versions of products in the Extended Life Phase, Red Hat will provide limited ongoing technical support. No bug fixes, security fixes, hardware enablement or root-cause analysis will be available during this phase, and support will be provided on existing installations only.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42889"
},
{
"category": "external",
"summary": "RHBZ#2135435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135435"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42889",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42889"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42889",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42889"
},
{
"category": "external",
"summary": "https://blogs.apache.org/security/entry/cve-2022-42889",
"url": "https://blogs.apache.org/security/entry/cve-2022-42889"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/n2bd4vdsgkqh2tm14l1wyc3jyol7s1om",
"url": "https://lists.apache.org/thread/n2bd4vdsgkqh2tm14l1wyc3jyol7s1om"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2022/q4/22",
"url": "https://seclists.org/oss-sec/2022/q4/22"
}
],
"release_date": "2022-10-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "workaround",
"details": "This flaw may be avoided by ensuring that any external inputs used with the Commons-Text lookup methods are sanitized properly. Untrusted input should always be thoroughly sanitized before using in any potentially risky situations.",
"product_ids": [
"Red Hat Fuse 7.11.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "apache-commons-text: variable interpolation RCE"
}
]
}
RHSA-2023:1043
Vulnerability from csaf_redhat - Published: 2023-03-01 22:02 - Updated: 2026-05-25 14:25In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the `extend` function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with various consequences.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A Cross-site scripting (XSS) vulnerability exists in JQuery. This flaw allows an attacker with the ability to supply input to the ‘HTML’ function to inject Javascript into the page where that input is rendered, and have it delivered by the browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in jQuery. HTML containing \<option\> elements from untrusted sources are passed, even after sanitizing, to one of jQuery's DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak in the execute-actions-email endpoint. This issue allows arbitrary HTML to be injected into emails sent to Keycloak users and can be misused to perform phishing or other attacks against users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak. Under specific circumstances, HTML entities are not sanitized during user impersonation, resulting in a Cross-site scripting (XSS) vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the SnakeYaml package. This flaw allows an attacker to benefit from remote code execution by sending malicious YAML content and this content being deserialized by the constructor. Deserialization is unsafe and leads to Remote Code Execution (RCE).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Undertow with EJB invocations. This flaw allows an attacker to generate a valid HTTP request and send it to the server on an established connection after removing the LAST_CHUNK from the bytes, causing a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the offline_access scope in Keycloak. This issue would affect users of shared computers more (especially if cookies are not cleared), due to a lack of root session validation, and the reuse of session ids across root and user authentication sessions. This enables an attacker to resolve a user session attached to a previously authenticated user; when utilizing the refresh token, they will be issued a token for the original user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A reflected cross-site scripting (XSS) vulnerability was found in the 'oob' OAuth endpoint due to incorrect null-byte handling. This issue allows a malicious link to insert an arbitrary URI into a Keycloak error page. This flaw requires a user or administrator to interact with a link in order to be vulnerable. This may compromise user details, allowing it to be changed or collected by an attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in loader-utils webpack library. When the url variable from interpolateName is set, the prototype can be polluted. This issue could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A stack-based buffer overflow vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. This flaw allows an attacker to supply content that causes the parser to crash by writing outside the memory bounds if the parser is running on user-supplied input, resulting in a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. If the parser is running on user-supplied input, an attacker may supply content that causes the parser to crash, causing memory exhaustion. This effect may support a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Apache MINA SSHD, when using Java deserialization to load a serialized java.security.PrivateKey. An attacker could benefit from unsafe deserialization by inserting unsecured data that may affect the application or server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Jettison, where it is vulnerable to a denial of service caused by a stack-based buffer overflow. By sending a specially-crafted request using the map parameter, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the json5 package. The affected version of the json5 package could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Apache CXF that could allow an attacker to perform a remote directory listing or code exfiltration. This issue only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, so the issue can only occur if the CXF service is misconfigured.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A SSRF vulnerability was found in Apache CXF. This issue occurs when parsing the href attribute of XOP:Include in MTOM requests, allowing an attacker to perform SSRF style attacks on webservices that take at least one parameter of any type.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak, where it did not properly check client tokens for possible revocation in its client credential flow. This flaw allows an attacker to access or modify potentially sensitive information.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak's OpenID Connect user authentication, which may incorrectly authenticate requests. An authenticated attacker who could obtain information from a user request within the same realm could use that data to impersonate the victim and generate new session tokens. This issue could impact confidentiality, Integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "New Red Hat Single Sign-On 7.6.2 packages are now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Single Sign-On 7.6 is a standalone server, based on the Keycloak project, that provides authentication and standards-based single sign-on capabilities for web and mobile applications.\n\nThis release of Red Hat Single Sign-On 7.6.2 on RHEL 7 serves as a replacement for Red Hat Single Sign-On 7.6.1, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References.\n\nSecurity Fix(es):\n\n* keycloak: XSS on impersonation under specific circumstances (CVE-2022-1438)\n* Moment.js: Path traversal in moment.locale (CVE-2022-24785)\n* keycloak: missing email notification template allowlist (CVE-2022-1274)\n* keycloak: minimist: prototype pollution (CVE-2021-44906)\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n* undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations (CVE-2022-2764)\n* snakeyaml: Denial of Service due to missing nested depth limitation for collections (CVE-2022-25857)\n* loader-utils: loader-utils:Regular expression denial of service (CVE-2022-37603)\n* keycloak: Session takeover with OIDC offline refreshtokens (CVE-2022-3916)\n* keycloak: path traversal via double URL encoding (CVE-2022-3782)\n* snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode (CVE-2022-38749)\n* snakeyaml: Uncaught exception in java.base/java.util.regex.Pattern$Ques.match (CVE-2022-38751)\n* snakeyaml: Uncaught exception in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject (CVE-2022-38750)\n* keycloak: Client Registration endpoint does not check token revocation (CVE-2023-0091)\n* keycloak: glob-parent: Regular Expression Denial of Service (CVE-2021-35065)\n* json5: Prototype Pollution in JSON5 via Parse Method (CVE-2022-46175)\n* keycloak: keycloak: user impersonation via stolen uuid code (CVE-2023-0264)\n* snakeyaml: Constructor Deserialization Remote Code Execution (CVE-2022-1471)\n* CXF: Apache CXF: SSRF Vulnerability (CVE-2022-46364)\n* rcue-bootstrap: bootstrap: Cross-site Scripting (XSS) in the data-container property of tooltip (CVE-2018-14042)\n* jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos (CVE-2022-45693)\n* sshd-common: mina-sshd: Java unsafe deserialization vulnerability (CVE-2022-45047)\n* jettison: memory exhaustion via user-supplied XML or JSON data (CVE-2022-40150)\n* jettison: parser crash by stackoverflow (CVE-2022-40149)\n* jackson-databind: use of deeply nested arrays (CVE-2022-42004)\n* jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS (CVE-2022-42003)\n* jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method (CVE-2020-11022)\n* jquery: Passing HTML containing \u003coption\u003e elements to manipulation methods could result in untrusted code execution (CVE-2020-11023)\n* bootstrap: Cross-site Scripting (XSS) in the collapse data-parent attribute (CVE-2018-14040)\n* jquery: Prototype pollution in object\u0027s prototype leading to denial of service, remote code execution, or property injection (CVE-2019-11358)\n* CXF: Apache CXF: directory listing / code exfiltration (CVE-2022-46363)\n* keycloak: reflected XSS attack (CVE-2022-4137)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1043",
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1601614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601614"
},
{
"category": "external",
"summary": "1601617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601617"
},
{
"category": "external",
"summary": "1701972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701972"
},
{
"category": "external",
"summary": "1828406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828406"
},
{
"category": "external",
"summary": "2031904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031904"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2073157",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073157"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2117506",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117506"
},
{
"category": "external",
"summary": "2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "2129707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129707"
},
{
"category": "external",
"summary": "2129709",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129709"
},
{
"category": "external",
"summary": "2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "2135770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135770"
},
{
"category": "external",
"summary": "2135771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135771"
},
{
"category": "external",
"summary": "2138971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138971"
},
{
"category": "external",
"summary": "2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "2141404",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141404"
},
{
"category": "external",
"summary": "2145194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145194"
},
{
"category": "external",
"summary": "2148496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148496"
},
{
"category": "external",
"summary": "2150009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150009"
},
{
"category": "external",
"summary": "2155681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155681"
},
{
"category": "external",
"summary": "2155682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155682"
},
{
"category": "external",
"summary": "2155970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155970"
},
{
"category": "external",
"summary": "2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "2156324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324"
},
{
"category": "external",
"summary": "2158585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158585"
},
{
"category": "external",
"summary": "2160585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160585"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1043.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Single Sign-On 7.6.2 security update on RHEL 7",
"tracking": {
"current_release_date": "2026-05-25T14:25:09+00:00",
"generator": {
"date": "2026-05-25T14:25:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:1043",
"initial_release_date": "2023-03-01T22:02:40+00:00",
"revision_history": [
{
"date": "2023-03-01T22:02:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-01T22:02:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-25T14:25:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Single Sign-On 7.6 for RHEL 7 Server",
"product": {
"name": "Red Hat Single Sign-On 7.6 for RHEL 7 Server",
"product_id": "7Server-RHSSO-7.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:red_hat_single_sign_on:7.6::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Single Sign-On"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"product": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"product_id": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1.el7sso?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"product": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"product_id": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1.el7sso?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"product": {
"name": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"product_id": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-sso7-keycloak-server@18.0.6-1.redhat_00001.1.el7sso?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch as a component of Red Hat Single Sign-On 7.6 for RHEL 7 Server",
"product_id": "7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
},
"product_reference": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"relates_to_product_reference": "7Server-RHSSO-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src as a component of Red Hat Single Sign-On 7.6 for RHEL 7 Server",
"product_id": "7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src"
},
"product_reference": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"relates_to_product_reference": "7Server-RHSSO-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch as a component of Red Hat Single Sign-On 7.6 for RHEL 7 Server",
"product_id": "7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
},
"product_reference": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"relates_to_product_reference": "7Server-RHSSO-7.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-14040",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2018-07-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1601614"
}
],
"notes": [
{
"category": "description",
"text": "In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bootstrap: Cross-site Scripting (XSS) in the collapse data-parent attribute",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite 6.2 and newer versions don\u0027t use the bootstrap library, hence are not affected by this flaw.\n\nRed Hat CloudForms 4.6 and newer versions include the vulnerable component, but there is no risk of exploitation, since there is no possible vector to access the vulnerability. Older Red Hat CloudForms versions don\u0027t use the vulnerable component at all.\n\nRed Hat Enterprise Satellite 5 is now in Maintenance Support 2 phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Satellite 5 Life Cycle: https://access.redhat.com/support/policy/updates/satellite.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14040"
},
{
"category": "external",
"summary": "RHBZ#1601614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14040",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14040"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14040",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14040"
}
],
"release_date": "2018-05-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "bootstrap: Cross-site Scripting (XSS) in the collapse data-parent attribute"
},
{
"cve": "CVE-2018-14042",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2018-07-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1601617"
}
],
"notes": [
{
"category": "description",
"text": "In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bootstrap: Cross-site Scripting (XSS) in the data-container property of tooltip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite 6.2 and newer versions don\u0027t use the bootstrap library, hence are not affected by this flaw.\n\nRed Hat CloudForms 4.6 and newer versions include the vulnerable component, but there is no risk of exploitation, since there is no possible vector to access the vulnerability. Older Red Hat CloudForms versions don\u0027t use the vulnerable component at all.\n\nRed Hat Enterprise Satellite 5 is now in Maintenance Support 2 phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Satellite 5 Life Cycle: https://access.redhat.com/support/policy/updates/satellite.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14042"
},
{
"category": "external",
"summary": "RHBZ#1601617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601617"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14042",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14042"
}
],
"release_date": "2018-05-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "bootstrap: Cross-site Scripting (XSS) in the data-container property of tooltip"
},
{
"cve": "CVE-2019-11358",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2019-03-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1701972"
}
],
"notes": [
{
"category": "description",
"text": "A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the `extend` function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with various consequences.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Prototype pollution in object\u0027s prototype leading to denial of service, remote code execution, or property injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Virtualization 4.2 EUS contains the affected version of bootstrap in the packages ovirt-js-dependencies and ovirt-engine-dashboard. These packages are deprecated in Red Hat Virtualization 4.3.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11358"
},
{
"category": "external",
"summary": "RHBZ#1701972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11358",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11358"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11358",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11358"
},
{
"category": "external",
"summary": "https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/",
"url": "https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/"
},
{
"category": "external",
"summary": "https://www.drupal.org/sa-core-2019-006",
"url": "https://www.drupal.org/sa-core-2019-006"
}
],
"release_date": "2019-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Prototype pollution in object\u0027s prototype leading to denial of service, remote code execution, or property injection"
},
{
"cve": "CVE-2020-11022",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-04-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1828406"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site scripting (XSS) vulnerability exists in JQuery. This flaw allows an attacker with the ability to supply input to the \u2018HTML\u2019 function to inject Javascript into the page where that input is rendered, and have it delivered by the browser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No supported release of Red Hat OpenStack Platform is affected by this vulnerability as no shipped packages contain the vulnerable code.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-11022"
},
{
"category": "external",
"summary": "RHBZ#1828406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-11022",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11022"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-gxr4-xjj5-5px2",
"url": "https://github.com/advisories/GHSA-gxr4-xjj5-5px2"
}
],
"release_date": "2020-04-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method"
},
{
"cve": "CVE-2020-11023",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-06-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1850004"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jQuery. HTML containing \\\u003coption\\\u003e elements from untrusted sources are passed, even after sanitizing, to one of jQuery\u0027s DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux versions 6, 7, and 8 ship a vulnerable version of JQuery in the `pcs` component. As PCS does not accept untrusted input, the vulnerable code cannot be controlled by an attacker.\n\nMultiple Red Hat offerings use doxygen to build documentation. During this process an affected jquery.js file can be included in the resulting package. The \u0027gcc\u0027 and \u0027tbb\u0027 packages were potentially vulnerable via this method.\n\nOpenShift Container Platform 4 is not affected because even though it uses the \u0027gcc\u0027 component, vulnerable code is limited within the libstdc++-docs rpm package, which is not shipped.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-11023"
},
{
"category": "external",
"summary": "RHBZ#1850004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1850004"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023"
},
{
"category": "external",
"summary": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/",
"url": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2020-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-01-23T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods"
},
{
"cve": "CVE-2021-35065",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156324"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glob-parent: Regular Expression Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The glob-parent package is a transitive dependency and this is not used directly in any of the Red Hat products. Hence, the impact is reduced to Moderate.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-35065"
},
{
"category": "external",
"summary": "RHBZ#2156324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-35065",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35065"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294",
"url": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294"
}
],
"release_date": "2022-12-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "glob-parent: Regular Expression Denial of Service"
},
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"acknowledgments": [
{
"names": [
"Marcus Nilsson"
],
"organization": "usd AG"
}
],
"cve": "CVE-2022-1274",
"cwe": {
"id": "CWE-80",
"name": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)"
},
"discovery_date": "2022-04-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073157"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak in the execute-actions-email endpoint. This issue allows arbitrary HTML to be injected into emails sent to Keycloak users and can be misused to perform phishing or other attacks against users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: HTML injection in execute-actions-email Admin REST API",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1274"
},
{
"category": "external",
"summary": "RHBZ#2073157",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073157"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1274",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1274"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1274",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1274"
},
{
"category": "external",
"summary": "https://github.com/keycloak/keycloak/security/advisories/GHSA-m4fv-gm5m-4725",
"url": "https://github.com/keycloak/keycloak/security/advisories/GHSA-m4fv-gm5m-4725"
}
],
"release_date": "2023-02-28T18:57:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: HTML injection in execute-actions-email Admin REST API"
},
{
"acknowledgments": [
{
"names": [
"Grzegorz Tworek"
],
"organization": "SISOFT s.c."
}
],
"cve": "CVE-2022-1438",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-12-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2031904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak. Under specific circumstances, HTML entities are not sanitized during user impersonation, resulting in a Cross-site scripting (XSS) vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: XSS on impersonation under specific circumstances",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1438"
},
{
"category": "external",
"summary": "RHBZ#2031904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1438"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1438",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1438"
}
],
"release_date": "2023-02-28T18:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: XSS on impersonation under specific circumstances"
},
{
"cve": "CVE-2022-1471",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-12-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2150009"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SnakeYaml package. This flaw allows an attacker to benefit from remote code execution by sending malicious YAML content and this content being deserialized by the constructor. Deserialization is unsafe and leads to Remote Code Execution (RCE).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "SnakeYaml: Constructor Deserialization Remote Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the Red Hat Process Automation 7 (RHPAM) the untrusted, malicious YAML file for deserialization by the vulnerable Snakeyaml\u0027s SafeConstructor class must be provided intentionally by the RHPAM user which requires high privileges. The potential attack complexity is also high because it depends on conditions that are beyond the attacker\u0027s control. Due to that the impact for RHPAM is reduced to Low.\n\nRed Hat Fuse 7 does not expose by default any endpoint that passes incoming data/request into vulnerable Snakeyaml\u0027s Constructor class nor pass untrusted data to this class. When this class is used, it\u2019s still only used to parse internal configuration, hence the impact by this vulnerability to Red Hat Fuse 7 is reduced to Moderate.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1471"
},
{
"category": "external",
"summary": "RHBZ#2150009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1471"
},
{
"category": "external",
"summary": "https://github.com/google/security-research/security/advisories/GHSA-mjmj-j48q-9wg2",
"url": "https://github.com/google/security-research/security/advisories/GHSA-mjmj-j48q-9wg2"
}
],
"release_date": "2022-10-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "SnakeYaml: Constructor Deserialization Remote Code Execution"
},
{
"cve": "CVE-2022-2764",
"discovery_date": "2022-08-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2117506"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Undertow with EJB invocations. This flaw allows an attacker to generate a valid HTTP request and send it to the server on an established connection after removing the LAST_CHUNK from the bytes, causing a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2764"
},
{
"category": "external",
"summary": "RHBZ#2117506",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117506"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2764",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2764"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2764",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2764"
}
],
"release_date": "2022-08-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "Undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations"
},
{
"acknowledgments": [
{
"names": [
"Peter Flintholm"
],
"organization": "Trifork"
}
],
"cve": "CVE-2022-3916",
"cwe": {
"id": "CWE-384",
"name": "Session Fixation"
},
"discovery_date": "2022-11-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2141404"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the offline_access scope in Keycloak. This issue would affect users of shared computers more (especially if cookies are not cleared), due to a lack of root session validation, and the reuse of session ids across root and user authentication sessions. This enables an attacker to resolve a user session attached to a previously authenticated user; when utilizing the refresh token, they will be issued a token for the original user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: Session takeover with OIDC offline refreshtokens",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3916"
},
{
"category": "external",
"summary": "RHBZ#2141404",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141404"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3916"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3916",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3916"
}
],
"release_date": "2022-11-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: Session takeover with OIDC offline refreshtokens"
},
{
"cve": "CVE-2022-4137",
"cwe": {
"id": "CWE-81",
"name": "Improper Neutralization of Script in an Error Message Web Page"
},
"discovery_date": "2022-11-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148496"
}
],
"notes": [
{
"category": "description",
"text": "A reflected cross-site scripting (XSS) vulnerability was found in the \u0027oob\u0027 OAuth endpoint due to incorrect null-byte handling. This issue allows a malicious link to insert an arbitrary URI into a Keycloak error page. This flaw requires a user or administrator to interact with a link in order to be vulnerable. This may compromise user details, allowing it to be changed or collected by an attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: reflected XSS attack",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4137"
},
{
"category": "external",
"summary": "RHBZ#2148496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4137",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4137"
}
],
"release_date": "2023-03-01T13:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keycloak: reflected XSS attack"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-25857",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126789"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Denial of Service due to missing nested depth limitation for collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For RHEL-8 it\u0027s downgraded to moderate because \"snakeyaml\" itself in RHEL 8 or RHEL-9 isn\u0027t shipped and \"prometheus-jmx-exporter\" is needed as build dependency. And it\u0027s not directly exploitable, hence severity marked as moderate.\nRed Hat Integration and AMQ products are not vulnerable to this flaw, so their severity has been lowered to moderate.\nRed Hat Single Sign-On uses snakeyaml from liquibase-core and is only used when performing migrations and would require administrator privileges to execute, hence severity marked as Low.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be present soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25857"
},
{
"category": "external",
"summary": "RHBZ#2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857"
},
{
"category": "external",
"summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "snakeyaml: Denial of Service due to missing nested depth limitation for collections"
},
{
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"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": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-37603",
"cwe": {
"id": "CWE-185",
"name": "Incorrect Regular Expression"
},
"discovery_date": "2022-11-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140597"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in loader-utils webpack library. When the url variable from interpolateName is set, the prototype can be polluted. This issue could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "loader-utils: Regular expression denial of service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-37603"
},
{
"category": "external",
"summary": "RHBZ#2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603"
}
],
"release_date": "2022-10-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "loader-utils: Regular expression denial of service"
},
{
"cve": "CVE-2022-38749",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129706"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38749"
},
{
"category": "external",
"summary": "RHBZ#2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode"
},
{
"cve": "CVE-2022-38750",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38750"
},
{
"category": "external",
"summary": "RHBZ#2129707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38750",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38750"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject"
},
{
"cve": "CVE-2022-38751",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129709"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in java.base/java.util.regex.Pattern$Ques.match",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38751"
},
{
"category": "external",
"summary": "RHBZ#2129709",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129709"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38751",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38751"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in java.base/java.util.regex.Pattern$Ques.match"
},
{
"cve": "CVE-2022-40149",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-10-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135771"
}
],
"notes": [
{
"category": "description",
"text": "A stack-based buffer overflow vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. This flaw allows an attacker to supply content that causes the parser to crash by writing outside the memory bounds if the parser is running on user-supplied input, resulting in a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: parser crash by stackoverflow",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40149"
},
{
"category": "external",
"summary": "RHBZ#2135771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135771"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40149"
},
{
"category": "external",
"summary": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1",
"url": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1"
}
],
"release_date": "2022-09-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jettison: parser crash by stackoverflow"
},
{
"cve": "CVE-2022-40150",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-10-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135770"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. If the parser is running on user-supplied input, an attacker may supply content that causes the parser to crash, causing memory exhaustion. This effect may support a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: memory exhaustion via user-supplied XML or JSON data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40150"
},
{
"category": "external",
"summary": "RHBZ#2135770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135770"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40150",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40150"
},
{
"category": "external",
"summary": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1",
"url": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1"
}
],
"release_date": "2022-09-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "jettison: memory exhaustion via user-supplied XML or JSON data"
},
{
"cve": "CVE-2022-42003",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135244"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42003"
},
{
"category": "external",
"summary": "RHBZ#2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS"
},
{
"cve": "CVE-2022-42004",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135247"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: use of deeply nested arrays",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42004"
},
{
"category": "external",
"summary": "RHBZ#2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: use of deeply nested arrays"
},
{
"cve": "CVE-2022-45047",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-11-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2145194"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache MINA SSHD, when using Java deserialization to load a serialized java.security.PrivateKey. An attacker could benefit from unsafe deserialization by inserting unsecured data that may affect the application or server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mina-sshd: Java unsafe deserialization vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Impact as High as there\u0027s a mitigation for minimizing the impact which the flaw requires org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider to be impacted, which would require an external/public API for an attacker to benefit from it. \n\nRed Hat Fuse 7 and Red Hat JBoss Enterprise Application Platform 7 have a lower rate (moderate) as it\u0027s very unlikely to be exploited since those are for internal usage or use a custom implementation in their case.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-45047"
},
{
"category": "external",
"summary": "RHBZ#2145194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-45047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45047"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45047",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45047"
},
{
"category": "external",
"summary": "https://www.mail-archive.com/dev@mina.apache.org/msg39312.html",
"url": "https://www.mail-archive.com/dev@mina.apache.org/msg39312.html"
}
],
"release_date": "2022-11-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
},
{
"category": "workaround",
"details": "From the maintainer:\n\nFor Apache MINA SSHD \u003c= 2.9.1, do not use org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider to generate and later load your server\u0027s host key. Use separately generated host key files, for instance in OpenSSH format, and load them via a org.apache.sshd.common.keyprovider.FileKeyPairProvider instead. Or use a custom implementation instead of \nSimpleGeneratorHostKeyProvider that uses the OpenSSH format for storing and loading the host key (via classes OpenSSHKeyPairResourceWriter and OpenSSHKeyPairResourceParser).",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mina-sshd: Java unsafe deserialization vulnerability"
},
{
"cve": "CVE-2022-45693",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155970"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jettison, where it is vulnerable to a denial of service caused by a stack-based buffer overflow. By sending a specially-crafted request using the map parameter, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has determined the impact of this flaw to be Moderate; a successful attack using this flaw would require the processing of untrusted, unsanitized, or unrestricted user inputs, which runs counter to established Red Hat security practices.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-45693"
},
{
"category": "external",
"summary": "RHBZ#2155970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155970"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-45693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45693"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45693",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45693"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos"
},
{
"cve": "CVE-2022-46175",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-12-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156263"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the json5 package. The affected version of the json5 package could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "json5: Prototype Pollution in JSON5 via Parse Method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The json5 package is a build-time dependency in Red Hat products and is not used in production runtime. Hence, the impact is set to Moderate.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46175"
},
{
"category": "external",
"summary": "RHBZ#2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175"
},
{
"category": "external",
"summary": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h",
"url": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h"
}
],
"release_date": "2022-12-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "json5: Prototype Pollution in JSON5 via Parse Method"
},
{
"cve": "CVE-2022-46363",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2022-12-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155681"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Apache CXF that could allow an attacker to perform a remote directory listing or code exfiltration. This issue only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, so the issue can only occur if the CXF service is misconfigured.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "CXF: directory listing / code exfiltration",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46363"
},
{
"category": "external",
"summary": "RHBZ#2155681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155681"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46363",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46363"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46363",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46363"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c",
"url": "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "CXF: directory listing / code exfiltration"
},
{
"cve": "CVE-2022-46364",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2022-12-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155682"
}
],
"notes": [
{
"category": "description",
"text": "A SSRF vulnerability was found in Apache CXF. This issue occurs when parsing the href attribute of XOP:Include in MTOM requests, allowing an attacker to perform SSRF style attacks on webservices that take at least one parameter of any type.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "CXF: SSRF Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Integration Camel Quarkus does not support CXF extensions and so is affected at a reduced impact of Moderate.\nThe RHSSO server does not ship Apache CXF. The component mentioned in CVE-2022-46364 is a transitive dependency coming from Fuse adapters and the test suite.",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46364"
},
{
"category": "external",
"summary": "RHBZ#2155682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155682"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46364"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46364",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46364"
},
{
"category": "external",
"summary": "https://cxf.apache.org/security-advisories.data/CVE-2022-46364.txt?version=1\u0026modificationDate=1670944472739\u0026api=v2",
"url": "https://cxf.apache.org/security-advisories.data/CVE-2022-46364.txt?version=1\u0026modificationDate=1670944472739\u0026api=v2"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "CXF: SSRF Vulnerability"
},
{
"acknowledgments": [
{
"names": [
"Sourav Kumar"
],
"organization": "https://github.com/souravs17031999",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-0091",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2022-10-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2158585"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak, where it did not properly check client tokens for possible revocation in its client credential flow. This flaw allows an attacker to access or modify potentially sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: Client Registration endpoint does not check token revocation",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0091"
},
{
"category": "external",
"summary": "RHBZ#2158585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158585"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0091"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0091",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0091"
},
{
"category": "external",
"summary": "https://github.com/keycloak/keycloak/security/advisories/GHSA-v436-q368-hvgg",
"url": "https://github.com/keycloak/keycloak/security/advisories/GHSA-v436-q368-hvgg"
},
{
"category": "external",
"summary": "https://github.com/keycloak/security/issues/27",
"url": "https://github.com/keycloak/security/issues/27"
}
],
"release_date": "2022-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.8,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "keycloak: Client Registration endpoint does not check token revocation"
},
{
"acknowledgments": [
{
"names": [
"Jordi Zayuelas i Mu\u00f1oz"
],
"organization": "A1 Digital",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-0264",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2023-01-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2160585"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak\u0027s OpenID Connect user authentication, which may incorrectly authenticate requests. An authenticated attacker who could obtain information from a user request within the same realm could use that data to impersonate the victim and generate new session tokens. This issue could impact confidentiality, Integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: user impersonation via stolen uuid code",
"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": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0264"
},
{
"category": "external",
"summary": "RHBZ#2160585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160585"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0264"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0264",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0264"
}
],
"release_date": "2023-02-28T18:58:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T22:02:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch",
"7Server-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src",
"7Server-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: user impersonation via stolen uuid code"
}
]
}
RHSA-2023:1044
Vulnerability from csaf_redhat - Published: 2023-03-01 21:45 - Updated: 2026-05-25 14:25In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the `extend` function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with various consequences.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A Cross-site scripting (XSS) vulnerability exists in JQuery. This flaw allows an attacker with the ability to supply input to the ‘HTML’ function to inject Javascript into the page where that input is rendered, and have it delivered by the browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in jQuery. HTML containing \<option\> elements from untrusted sources are passed, even after sanitizing, to one of jQuery's DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak in the execute-actions-email endpoint. This issue allows arbitrary HTML to be injected into emails sent to Keycloak users and can be misused to perform phishing or other attacks against users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak. Under specific circumstances, HTML entities are not sanitized during user impersonation, resulting in a Cross-site scripting (XSS) vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the SnakeYaml package. This flaw allows an attacker to benefit from remote code execution by sending malicious YAML content and this content being deserialized by the constructor. Deserialization is unsafe and leads to Remote Code Execution (RCE).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Undertow with EJB invocations. This flaw allows an attacker to generate a valid HTTP request and send it to the server on an established connection after removing the LAST_CHUNK from the bytes, causing a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the offline_access scope in Keycloak. This issue would affect users of shared computers more (especially if cookies are not cleared), due to a lack of root session validation, and the reuse of session ids across root and user authentication sessions. This enables an attacker to resolve a user session attached to a previously authenticated user; when utilizing the refresh token, they will be issued a token for the original user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A reflected cross-site scripting (XSS) vulnerability was found in the 'oob' OAuth endpoint due to incorrect null-byte handling. This issue allows a malicious link to insert an arbitrary URI into a Keycloak error page. This flaw requires a user or administrator to interact with a link in order to be vulnerable. This may compromise user details, allowing it to be changed or collected by an attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in loader-utils webpack library. When the url variable from interpolateName is set, the prototype can be polluted. This issue could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A stack-based buffer overflow vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. This flaw allows an attacker to supply content that causes the parser to crash by writing outside the memory bounds if the parser is running on user-supplied input, resulting in a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. If the parser is running on user-supplied input, an attacker may supply content that causes the parser to crash, causing memory exhaustion. This effect may support a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Apache MINA SSHD, when using Java deserialization to load a serialized java.security.PrivateKey. An attacker could benefit from unsafe deserialization by inserting unsecured data that may affect the application or server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Jettison, where it is vulnerable to a denial of service caused by a stack-based buffer overflow. By sending a specially-crafted request using the map parameter, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the json5 package. The affected version of the json5 package could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Apache CXF that could allow an attacker to perform a remote directory listing or code exfiltration. This issue only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, so the issue can only occur if the CXF service is misconfigured.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A SSRF vulnerability was found in Apache CXF. This issue occurs when parsing the href attribute of XOP:Include in MTOM requests, allowing an attacker to perform SSRF style attacks on webservices that take at least one parameter of any type.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak, where it did not properly check client tokens for possible revocation in its client credential flow. This flaw allows an attacker to access or modify potentially sensitive information.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak's OpenID Connect user authentication, which may incorrectly authenticate requests. An authenticated attacker who could obtain information from a user request within the same realm could use that data to impersonate the victim and generate new session tokens. This issue could impact confidentiality, Integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "New Red Hat Single Sign-On 7.6.2 packages are now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Single Sign-On 7.6 is a standalone server, based on the Keycloak project, that provides authentication and standards-based single sign-on capabilities for web and mobile applications.\n\nThis release of Red Hat Single Sign-On 7.6.2 on RHEL 8 serves as a replacement for Red Hat Single Sign-On 7.6.1, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References.\n\nSecurity Fix(es):\n* keycloak: XSS on impersonation under specific circumstances (CVE-2022-1438)\n* Moment.js: Path traversal in moment.locale (CVE-2022-24785)\n* keycloak: missing email notification template allowlist (CVE-2022-1274)\n* keycloak: minimist: prototype pollution (CVE-2021-44906)\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n* undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations (CVE-2022-2764)\n* snakeyaml: Denial of Service due to missing nested depth limitation for collections (CVE-2022-25857)\n* loader-utils: loader-utils:Regular expression denial of service (CVE-2022-37603)\n* keycloak: Session takeover with OIDC offline refreshtokens (CVE-2022-3916)\n* keycloak: path traversal via double URL encoding (CVE-2022-3782)\n* snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode (CVE-2022-38749)\n* snakeyaml: Uncaught exception in java.base/java.util.regex.Pattern$Ques.match (CVE-2022-38751)\n* snakeyaml: Uncaught exception in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject (CVE-2022-38750)\n* keycloak: Client Registration endpoint does not check token revocation (CVE-2023-0091)\n* keycloak: glob-parent: Regular Expression Denial of Service (CVE-2021-35065)\n* json5: Prototype Pollution in JSON5 via Parse Method (CVE-2022-46175)\n* keycloak: keycloak: user impersonation via stolen uuid code (CVE-2023-0264)\n* snakeyaml: Constructor Deserialization Remote Code Execution (CVE-2022-1471)\n* CXF: Apache CXF: SSRF Vulnerability (CVE-2022-46364)\n* rcue-bootstrap: bootstrap: Cross-site Scripting (XSS) in the data-container property of tooltip (CVE-2018-14042)\n* jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos (CVE-2022-45693)\n* sshd-common: mina-sshd: Java unsafe deserialization vulnerability (CVE-2022-45047)\n* jettison: memory exhaustion via user-supplied XML or JSON data (CVE-2022-40150)\n* jettison: parser crash by stackoverflow (CVE-2022-40149)\n* jackson-databind: use of deeply nested arrays (CVE-2022-42004)\n* jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS (CVE-2022-42003)\n* jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method (CVE-2020-11022)\n* jquery: Passing HTML containing \u003coption\u003e elements to manipulation methods could result in untrusted code execution (CVE-2020-11023)\n* bootstrap: Cross-site Scripting (XSS) in the collapse data-parent attribute (CVE-2018-14040)\n* jquery: Prototype pollution in object\u0027s prototype leading to denial of service, remote code execution, or property injection (CVE-2019-11358)\n* CXF: Apache CXF: directory listing / code exfiltration (CVE-2022-46363)\n* keycloak: reflected XSS attack (CVE-2022-4137)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1044",
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1601614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601614"
},
{
"category": "external",
"summary": "1601617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601617"
},
{
"category": "external",
"summary": "1701972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701972"
},
{
"category": "external",
"summary": "1828406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828406"
},
{
"category": "external",
"summary": "2031904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031904"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2073157",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073157"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2117506",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117506"
},
{
"category": "external",
"summary": "2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "2129707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129707"
},
{
"category": "external",
"summary": "2129709",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129709"
},
{
"category": "external",
"summary": "2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "2135770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135770"
},
{
"category": "external",
"summary": "2135771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135771"
},
{
"category": "external",
"summary": "2138971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138971"
},
{
"category": "external",
"summary": "2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "2141404",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141404"
},
{
"category": "external",
"summary": "2145194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145194"
},
{
"category": "external",
"summary": "2148496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148496"
},
{
"category": "external",
"summary": "2150009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150009"
},
{
"category": "external",
"summary": "2155681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155681"
},
{
"category": "external",
"summary": "2155682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155682"
},
{
"category": "external",
"summary": "2155970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155970"
},
{
"category": "external",
"summary": "2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "2156324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324"
},
{
"category": "external",
"summary": "2158585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158585"
},
{
"category": "external",
"summary": "2160585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160585"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1044.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Single Sign-On 7.6.2 security update on RHEL 8",
"tracking": {
"current_release_date": "2026-05-25T14:25:12+00:00",
"generator": {
"date": "2026-05-25T14:25:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:1044",
"initial_release_date": "2023-03-01T21:45:12+00:00",
"revision_history": [
{
"date": "2023-03-01T21:45:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-01T21:45:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-25T14:25:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Single Sign-On 7.6 for RHEL 8",
"product": {
"name": "Red Hat Single Sign-On 7.6 for RHEL 8",
"product_id": "8Base-RHSSO-7.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:red_hat_single_sign_on:7.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Single Sign-On"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"product": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"product_id": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1.el8sso?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"product": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"product_id": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1.el8sso?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"product": {
"name": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"product_id": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-sso7-keycloak-server@18.0.6-1.redhat_00001.1.el8sso?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch as a component of Red Hat Single Sign-On 7.6 for RHEL 8",
"product_id": "8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
},
"product_reference": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"relates_to_product_reference": "8Base-RHSSO-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src as a component of Red Hat Single Sign-On 7.6 for RHEL 8",
"product_id": "8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src"
},
"product_reference": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"relates_to_product_reference": "8Base-RHSSO-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch as a component of Red Hat Single Sign-On 7.6 for RHEL 8",
"product_id": "8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
},
"product_reference": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"relates_to_product_reference": "8Base-RHSSO-7.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-14040",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2018-07-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1601614"
}
],
"notes": [
{
"category": "description",
"text": "In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bootstrap: Cross-site Scripting (XSS) in the collapse data-parent attribute",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite 6.2 and newer versions don\u0027t use the bootstrap library, hence are not affected by this flaw.\n\nRed Hat CloudForms 4.6 and newer versions include the vulnerable component, but there is no risk of exploitation, since there is no possible vector to access the vulnerability. Older Red Hat CloudForms versions don\u0027t use the vulnerable component at all.\n\nRed Hat Enterprise Satellite 5 is now in Maintenance Support 2 phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Satellite 5 Life Cycle: https://access.redhat.com/support/policy/updates/satellite.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14040"
},
{
"category": "external",
"summary": "RHBZ#1601614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14040",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14040"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14040",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14040"
}
],
"release_date": "2018-05-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "bootstrap: Cross-site Scripting (XSS) in the collapse data-parent attribute"
},
{
"cve": "CVE-2018-14042",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2018-07-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1601617"
}
],
"notes": [
{
"category": "description",
"text": "In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bootstrap: Cross-site Scripting (XSS) in the data-container property of tooltip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite 6.2 and newer versions don\u0027t use the bootstrap library, hence are not affected by this flaw.\n\nRed Hat CloudForms 4.6 and newer versions include the vulnerable component, but there is no risk of exploitation, since there is no possible vector to access the vulnerability. Older Red Hat CloudForms versions don\u0027t use the vulnerable component at all.\n\nRed Hat Enterprise Satellite 5 is now in Maintenance Support 2 phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Satellite 5 Life Cycle: https://access.redhat.com/support/policy/updates/satellite.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14042"
},
{
"category": "external",
"summary": "RHBZ#1601617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601617"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14042",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14042"
}
],
"release_date": "2018-05-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "bootstrap: Cross-site Scripting (XSS) in the data-container property of tooltip"
},
{
"cve": "CVE-2019-11358",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2019-03-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1701972"
}
],
"notes": [
{
"category": "description",
"text": "A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the `extend` function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with various consequences.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Prototype pollution in object\u0027s prototype leading to denial of service, remote code execution, or property injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Virtualization 4.2 EUS contains the affected version of bootstrap in the packages ovirt-js-dependencies and ovirt-engine-dashboard. These packages are deprecated in Red Hat Virtualization 4.3.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11358"
},
{
"category": "external",
"summary": "RHBZ#1701972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11358",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11358"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11358",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11358"
},
{
"category": "external",
"summary": "https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/",
"url": "https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/"
},
{
"category": "external",
"summary": "https://www.drupal.org/sa-core-2019-006",
"url": "https://www.drupal.org/sa-core-2019-006"
}
],
"release_date": "2019-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Prototype pollution in object\u0027s prototype leading to denial of service, remote code execution, or property injection"
},
{
"cve": "CVE-2020-11022",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-04-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1828406"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site scripting (XSS) vulnerability exists in JQuery. This flaw allows an attacker with the ability to supply input to the \u2018HTML\u2019 function to inject Javascript into the page where that input is rendered, and have it delivered by the browser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No supported release of Red Hat OpenStack Platform is affected by this vulnerability as no shipped packages contain the vulnerable code.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-11022"
},
{
"category": "external",
"summary": "RHBZ#1828406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-11022",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11022"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-gxr4-xjj5-5px2",
"url": "https://github.com/advisories/GHSA-gxr4-xjj5-5px2"
}
],
"release_date": "2020-04-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method"
},
{
"cve": "CVE-2020-11023",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-06-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1850004"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jQuery. HTML containing \\\u003coption\\\u003e elements from untrusted sources are passed, even after sanitizing, to one of jQuery\u0027s DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux versions 6, 7, and 8 ship a vulnerable version of JQuery in the `pcs` component. As PCS does not accept untrusted input, the vulnerable code cannot be controlled by an attacker.\n\nMultiple Red Hat offerings use doxygen to build documentation. During this process an affected jquery.js file can be included in the resulting package. The \u0027gcc\u0027 and \u0027tbb\u0027 packages were potentially vulnerable via this method.\n\nOpenShift Container Platform 4 is not affected because even though it uses the \u0027gcc\u0027 component, vulnerable code is limited within the libstdc++-docs rpm package, which is not shipped.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-11023"
},
{
"category": "external",
"summary": "RHBZ#1850004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1850004"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023"
},
{
"category": "external",
"summary": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/",
"url": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2020-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-01-23T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods"
},
{
"cve": "CVE-2021-35065",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156324"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glob-parent: Regular Expression Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The glob-parent package is a transitive dependency and this is not used directly in any of the Red Hat products. Hence, the impact is reduced to Moderate.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-35065"
},
{
"category": "external",
"summary": "RHBZ#2156324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-35065",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35065"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294",
"url": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294"
}
],
"release_date": "2022-12-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "glob-parent: Regular Expression Denial of Service"
},
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"acknowledgments": [
{
"names": [
"Marcus Nilsson"
],
"organization": "usd AG"
}
],
"cve": "CVE-2022-1274",
"cwe": {
"id": "CWE-80",
"name": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)"
},
"discovery_date": "2022-04-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073157"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak in the execute-actions-email endpoint. This issue allows arbitrary HTML to be injected into emails sent to Keycloak users and can be misused to perform phishing or other attacks against users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: HTML injection in execute-actions-email Admin REST API",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1274"
},
{
"category": "external",
"summary": "RHBZ#2073157",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073157"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1274",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1274"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1274",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1274"
},
{
"category": "external",
"summary": "https://github.com/keycloak/keycloak/security/advisories/GHSA-m4fv-gm5m-4725",
"url": "https://github.com/keycloak/keycloak/security/advisories/GHSA-m4fv-gm5m-4725"
}
],
"release_date": "2023-02-28T18:57:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: HTML injection in execute-actions-email Admin REST API"
},
{
"acknowledgments": [
{
"names": [
"Grzegorz Tworek"
],
"organization": "SISOFT s.c."
}
],
"cve": "CVE-2022-1438",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-12-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2031904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak. Under specific circumstances, HTML entities are not sanitized during user impersonation, resulting in a Cross-site scripting (XSS) vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: XSS on impersonation under specific circumstances",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1438"
},
{
"category": "external",
"summary": "RHBZ#2031904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1438"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1438",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1438"
}
],
"release_date": "2023-02-28T18:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: XSS on impersonation under specific circumstances"
},
{
"cve": "CVE-2022-1471",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-12-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2150009"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SnakeYaml package. This flaw allows an attacker to benefit from remote code execution by sending malicious YAML content and this content being deserialized by the constructor. Deserialization is unsafe and leads to Remote Code Execution (RCE).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "SnakeYaml: Constructor Deserialization Remote Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the Red Hat Process Automation 7 (RHPAM) the untrusted, malicious YAML file for deserialization by the vulnerable Snakeyaml\u0027s SafeConstructor class must be provided intentionally by the RHPAM user which requires high privileges. The potential attack complexity is also high because it depends on conditions that are beyond the attacker\u0027s control. Due to that the impact for RHPAM is reduced to Low.\n\nRed Hat Fuse 7 does not expose by default any endpoint that passes incoming data/request into vulnerable Snakeyaml\u0027s Constructor class nor pass untrusted data to this class. When this class is used, it\u2019s still only used to parse internal configuration, hence the impact by this vulnerability to Red Hat Fuse 7 is reduced to Moderate.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1471"
},
{
"category": "external",
"summary": "RHBZ#2150009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1471"
},
{
"category": "external",
"summary": "https://github.com/google/security-research/security/advisories/GHSA-mjmj-j48q-9wg2",
"url": "https://github.com/google/security-research/security/advisories/GHSA-mjmj-j48q-9wg2"
}
],
"release_date": "2022-10-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "SnakeYaml: Constructor Deserialization Remote Code Execution"
},
{
"cve": "CVE-2022-2764",
"discovery_date": "2022-08-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2117506"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Undertow with EJB invocations. This flaw allows an attacker to generate a valid HTTP request and send it to the server on an established connection after removing the LAST_CHUNK from the bytes, causing a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2764"
},
{
"category": "external",
"summary": "RHBZ#2117506",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117506"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2764",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2764"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2764",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2764"
}
],
"release_date": "2022-08-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "Undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations"
},
{
"acknowledgments": [
{
"names": [
"Peter Flintholm"
],
"organization": "Trifork"
}
],
"cve": "CVE-2022-3916",
"cwe": {
"id": "CWE-384",
"name": "Session Fixation"
},
"discovery_date": "2022-11-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2141404"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the offline_access scope in Keycloak. This issue would affect users of shared computers more (especially if cookies are not cleared), due to a lack of root session validation, and the reuse of session ids across root and user authentication sessions. This enables an attacker to resolve a user session attached to a previously authenticated user; when utilizing the refresh token, they will be issued a token for the original user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: Session takeover with OIDC offline refreshtokens",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3916"
},
{
"category": "external",
"summary": "RHBZ#2141404",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141404"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3916"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3916",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3916"
}
],
"release_date": "2022-11-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: Session takeover with OIDC offline refreshtokens"
},
{
"cve": "CVE-2022-4137",
"cwe": {
"id": "CWE-81",
"name": "Improper Neutralization of Script in an Error Message Web Page"
},
"discovery_date": "2022-11-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148496"
}
],
"notes": [
{
"category": "description",
"text": "A reflected cross-site scripting (XSS) vulnerability was found in the \u0027oob\u0027 OAuth endpoint due to incorrect null-byte handling. This issue allows a malicious link to insert an arbitrary URI into a Keycloak error page. This flaw requires a user or administrator to interact with a link in order to be vulnerable. This may compromise user details, allowing it to be changed or collected by an attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: reflected XSS attack",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4137"
},
{
"category": "external",
"summary": "RHBZ#2148496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4137",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4137"
}
],
"release_date": "2023-03-01T13:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keycloak: reflected XSS attack"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-25857",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126789"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Denial of Service due to missing nested depth limitation for collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For RHEL-8 it\u0027s downgraded to moderate because \"snakeyaml\" itself in RHEL 8 or RHEL-9 isn\u0027t shipped and \"prometheus-jmx-exporter\" is needed as build dependency. And it\u0027s not directly exploitable, hence severity marked as moderate.\nRed Hat Integration and AMQ products are not vulnerable to this flaw, so their severity has been lowered to moderate.\nRed Hat Single Sign-On uses snakeyaml from liquibase-core and is only used when performing migrations and would require administrator privileges to execute, hence severity marked as Low.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be present soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25857"
},
{
"category": "external",
"summary": "RHBZ#2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857"
},
{
"category": "external",
"summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "snakeyaml: Denial of Service due to missing nested depth limitation for collections"
},
{
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"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": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-37603",
"cwe": {
"id": "CWE-185",
"name": "Incorrect Regular Expression"
},
"discovery_date": "2022-11-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140597"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in loader-utils webpack library. When the url variable from interpolateName is set, the prototype can be polluted. This issue could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "loader-utils: Regular expression denial of service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-37603"
},
{
"category": "external",
"summary": "RHBZ#2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603"
}
],
"release_date": "2022-10-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "loader-utils: Regular expression denial of service"
},
{
"cve": "CVE-2022-38749",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129706"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38749"
},
{
"category": "external",
"summary": "RHBZ#2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode"
},
{
"cve": "CVE-2022-38750",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38750"
},
{
"category": "external",
"summary": "RHBZ#2129707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38750",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38750"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject"
},
{
"cve": "CVE-2022-38751",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129709"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in java.base/java.util.regex.Pattern$Ques.match",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38751"
},
{
"category": "external",
"summary": "RHBZ#2129709",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129709"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38751",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38751"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in java.base/java.util.regex.Pattern$Ques.match"
},
{
"cve": "CVE-2022-40149",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-10-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135771"
}
],
"notes": [
{
"category": "description",
"text": "A stack-based buffer overflow vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. This flaw allows an attacker to supply content that causes the parser to crash by writing outside the memory bounds if the parser is running on user-supplied input, resulting in a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: parser crash by stackoverflow",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40149"
},
{
"category": "external",
"summary": "RHBZ#2135771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135771"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40149"
},
{
"category": "external",
"summary": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1",
"url": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1"
}
],
"release_date": "2022-09-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jettison: parser crash by stackoverflow"
},
{
"cve": "CVE-2022-40150",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-10-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135770"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. If the parser is running on user-supplied input, an attacker may supply content that causes the parser to crash, causing memory exhaustion. This effect may support a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: memory exhaustion via user-supplied XML or JSON data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40150"
},
{
"category": "external",
"summary": "RHBZ#2135770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135770"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40150",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40150"
},
{
"category": "external",
"summary": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1",
"url": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1"
}
],
"release_date": "2022-09-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "jettison: memory exhaustion via user-supplied XML or JSON data"
},
{
"cve": "CVE-2022-42003",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135244"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42003"
},
{
"category": "external",
"summary": "RHBZ#2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS"
},
{
"cve": "CVE-2022-42004",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135247"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: use of deeply nested arrays",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42004"
},
{
"category": "external",
"summary": "RHBZ#2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: use of deeply nested arrays"
},
{
"cve": "CVE-2022-45047",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-11-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2145194"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache MINA SSHD, when using Java deserialization to load a serialized java.security.PrivateKey. An attacker could benefit from unsafe deserialization by inserting unsecured data that may affect the application or server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mina-sshd: Java unsafe deserialization vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Impact as High as there\u0027s a mitigation for minimizing the impact which the flaw requires org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider to be impacted, which would require an external/public API for an attacker to benefit from it. \n\nRed Hat Fuse 7 and Red Hat JBoss Enterprise Application Platform 7 have a lower rate (moderate) as it\u0027s very unlikely to be exploited since those are for internal usage or use a custom implementation in their case.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-45047"
},
{
"category": "external",
"summary": "RHBZ#2145194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-45047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45047"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45047",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45047"
},
{
"category": "external",
"summary": "https://www.mail-archive.com/dev@mina.apache.org/msg39312.html",
"url": "https://www.mail-archive.com/dev@mina.apache.org/msg39312.html"
}
],
"release_date": "2022-11-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
},
{
"category": "workaround",
"details": "From the maintainer:\n\nFor Apache MINA SSHD \u003c= 2.9.1, do not use org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider to generate and later load your server\u0027s host key. Use separately generated host key files, for instance in OpenSSH format, and load them via a org.apache.sshd.common.keyprovider.FileKeyPairProvider instead. Or use a custom implementation instead of \nSimpleGeneratorHostKeyProvider that uses the OpenSSH format for storing and loading the host key (via classes OpenSSHKeyPairResourceWriter and OpenSSHKeyPairResourceParser).",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mina-sshd: Java unsafe deserialization vulnerability"
},
{
"cve": "CVE-2022-45693",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155970"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jettison, where it is vulnerable to a denial of service caused by a stack-based buffer overflow. By sending a specially-crafted request using the map parameter, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has determined the impact of this flaw to be Moderate; a successful attack using this flaw would require the processing of untrusted, unsanitized, or unrestricted user inputs, which runs counter to established Red Hat security practices.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-45693"
},
{
"category": "external",
"summary": "RHBZ#2155970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155970"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-45693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45693"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45693",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45693"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos"
},
{
"cve": "CVE-2022-46175",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-12-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156263"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the json5 package. The affected version of the json5 package could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "json5: Prototype Pollution in JSON5 via Parse Method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The json5 package is a build-time dependency in Red Hat products and is not used in production runtime. Hence, the impact is set to Moderate.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46175"
},
{
"category": "external",
"summary": "RHBZ#2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175"
},
{
"category": "external",
"summary": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h",
"url": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h"
}
],
"release_date": "2022-12-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "json5: Prototype Pollution in JSON5 via Parse Method"
},
{
"cve": "CVE-2022-46363",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2022-12-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155681"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Apache CXF that could allow an attacker to perform a remote directory listing or code exfiltration. This issue only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, so the issue can only occur if the CXF service is misconfigured.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "CXF: directory listing / code exfiltration",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46363"
},
{
"category": "external",
"summary": "RHBZ#2155681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155681"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46363",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46363"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46363",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46363"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c",
"url": "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "CXF: directory listing / code exfiltration"
},
{
"cve": "CVE-2022-46364",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2022-12-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155682"
}
],
"notes": [
{
"category": "description",
"text": "A SSRF vulnerability was found in Apache CXF. This issue occurs when parsing the href attribute of XOP:Include in MTOM requests, allowing an attacker to perform SSRF style attacks on webservices that take at least one parameter of any type.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "CXF: SSRF Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Integration Camel Quarkus does not support CXF extensions and so is affected at a reduced impact of Moderate.\nThe RHSSO server does not ship Apache CXF. The component mentioned in CVE-2022-46364 is a transitive dependency coming from Fuse adapters and the test suite.",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46364"
},
{
"category": "external",
"summary": "RHBZ#2155682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155682"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46364"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46364",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46364"
},
{
"category": "external",
"summary": "https://cxf.apache.org/security-advisories.data/CVE-2022-46364.txt?version=1\u0026modificationDate=1670944472739\u0026api=v2",
"url": "https://cxf.apache.org/security-advisories.data/CVE-2022-46364.txt?version=1\u0026modificationDate=1670944472739\u0026api=v2"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "CXF: SSRF Vulnerability"
},
{
"acknowledgments": [
{
"names": [
"Sourav Kumar"
],
"organization": "https://github.com/souravs17031999",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-0091",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2022-10-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2158585"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak, where it did not properly check client tokens for possible revocation in its client credential flow. This flaw allows an attacker to access or modify potentially sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: Client Registration endpoint does not check token revocation",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0091"
},
{
"category": "external",
"summary": "RHBZ#2158585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158585"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0091"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0091",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0091"
},
{
"category": "external",
"summary": "https://github.com/keycloak/keycloak/security/advisories/GHSA-v436-q368-hvgg",
"url": "https://github.com/keycloak/keycloak/security/advisories/GHSA-v436-q368-hvgg"
},
{
"category": "external",
"summary": "https://github.com/keycloak/security/issues/27",
"url": "https://github.com/keycloak/security/issues/27"
}
],
"release_date": "2022-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.8,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "keycloak: Client Registration endpoint does not check token revocation"
},
{
"acknowledgments": [
{
"names": [
"Jordi Zayuelas i Mu\u00f1oz"
],
"organization": "A1 Digital",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-0264",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2023-01-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2160585"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak\u0027s OpenID Connect user authentication, which may incorrectly authenticate requests. An authenticated attacker who could obtain information from a user request within the same realm could use that data to impersonate the victim and generate new session tokens. This issue could impact confidentiality, Integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: user impersonation via stolen uuid code",
"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-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0264"
},
{
"category": "external",
"summary": "RHBZ#2160585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160585"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0264"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0264",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0264"
}
],
"release_date": "2023-02-28T18:58:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:12+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch",
"8Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src",
"8Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el8sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: user impersonation via stolen uuid code"
}
]
}
RHSA-2023:1045
Vulnerability from csaf_redhat - Published: 2023-03-01 21:45 - Updated: 2026-05-25 14:25In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the `extend` function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with various consequences.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A Cross-site scripting (XSS) vulnerability exists in JQuery. This flaw allows an attacker with the ability to supply input to the ‘HTML’ function to inject Javascript into the page where that input is rendered, and have it delivered by the browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in jQuery. HTML containing \<option\> elements from untrusted sources are passed, even after sanitizing, to one of jQuery's DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak in the execute-actions-email endpoint. This issue allows arbitrary HTML to be injected into emails sent to Keycloak users and can be misused to perform phishing or other attacks against users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak. Under specific circumstances, HTML entities are not sanitized during user impersonation, resulting in a Cross-site scripting (XSS) vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the SnakeYaml package. This flaw allows an attacker to benefit from remote code execution by sending malicious YAML content and this content being deserialized by the constructor. Deserialization is unsafe and leads to Remote Code Execution (RCE).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Undertow with EJB invocations. This flaw allows an attacker to generate a valid HTTP request and send it to the server on an established connection after removing the LAST_CHUNK from the bytes, causing a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the offline_access scope in Keycloak. This issue would affect users of shared computers more (especially if cookies are not cleared), due to a lack of root session validation, and the reuse of session ids across root and user authentication sessions. This enables an attacker to resolve a user session attached to a previously authenticated user; when utilizing the refresh token, they will be issued a token for the original user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A reflected cross-site scripting (XSS) vulnerability was found in the 'oob' OAuth endpoint due to incorrect null-byte handling. This issue allows a malicious link to insert an arbitrary URI into a Keycloak error page. This flaw requires a user or administrator to interact with a link in order to be vulnerable. This may compromise user details, allowing it to be changed or collected by an attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in loader-utils webpack library. When the url variable from interpolateName is set, the prototype can be polluted. This issue could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A stack-based buffer overflow vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. This flaw allows an attacker to supply content that causes the parser to crash by writing outside the memory bounds if the parser is running on user-supplied input, resulting in a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. If the parser is running on user-supplied input, an attacker may supply content that causes the parser to crash, causing memory exhaustion. This effect may support a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Apache MINA SSHD, when using Java deserialization to load a serialized java.security.PrivateKey. An attacker could benefit from unsafe deserialization by inserting unsecured data that may affect the application or server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Jettison, where it is vulnerable to a denial of service caused by a stack-based buffer overflow. By sending a specially-crafted request using the map parameter, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in the json5 package. The affected version of the json5 package could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Apache CXF that could allow an attacker to perform a remote directory listing or code exfiltration. This issue only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, so the issue can only occur if the CXF service is misconfigured.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A SSRF vulnerability was found in Apache CXF. This issue occurs when parsing the href attribute of XOP:Include in MTOM requests, allowing an attacker to perform SSRF style attacks on webservices that take at least one parameter of any type.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak, where it did not properly check client tokens for possible revocation in its client credential flow. This flaw allows an attacker to access or modify potentially sensitive information.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
A flaw was found in Keycloak's OpenID Connect user authentication, which may incorrectly authenticate requests. An authenticated attacker who could obtain information from a user request within the same realm could use that data to impersonate the victim and generate new session tokens. This issue could impact confidentiality, Integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "New Red Hat Single Sign-On 7.6.2 packages are now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Single Sign-On 7.6 is a standalone server, based on the Keycloak project, that provides authentication and standards-based single sign-on capabilities for web and mobile applications.\n\nThis release of Red Hat Single Sign-On 7.6.2 on RHEL 9 serves as a replacement for Red Hat Single Sign-On 7.6.1, and includes bug fixes and enhancements, which are documented in the Release Notes document linked to in the References.\n\nSecurity Fix(es):\n\n* keycloak: XSS on impersonation under specific circumstances (CVE-2022-1438)\n* Moment.js: Path traversal in moment.locale (CVE-2022-24785)\n* keycloak: missing email notification template allowlist (CVE-2022-1274)\n* keycloak: minimist: prototype pollution (CVE-2021-44906)\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n* undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations (CVE-2022-2764)\n* snakeyaml: Denial of Service due to missing nested depth limitation for collections (CVE-2022-25857)\n* loader-utils: loader-utils:Regular expression denial of service (CVE-2022-37603)\n* keycloak: Session takeover with OIDC offline refreshtokens (CVE-2022-3916)\n* keycloak: path traversal via double URL encoding (CVE-2022-3782)\n* snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode (CVE-2022-38749)\n* snakeyaml: Uncaught exception in java.base/java.util.regex.Pattern$Ques.match (CVE-2022-38751)\n* snakeyaml: Uncaught exception in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject (CVE-2022-38750)\n* keycloak: Client Registration endpoint does not check token revocation (CVE-2023-0091)\n* keycloak: glob-parent: Regular Expression Denial of Service (CVE-2021-35065)\n* json5: Prototype Pollution in JSON5 via Parse Method (CVE-2022-46175)\n* keycloak: keycloak: user impersonation via stolen uuid code (CVE-2023-0264)\n* snakeyaml: Constructor Deserialization Remote Code Execution (CVE-2022-1471)\n* CXF: Apache CXF: SSRF Vulnerability (CVE-2022-46364)\n* rcue-bootstrap: bootstrap: Cross-site Scripting (XSS) in the data-container property of tooltip (CVE-2018-14042)\n* jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos (CVE-2022-45693)\n* sshd-common: mina-sshd: Java unsafe deserialization vulnerability (CVE-2022-45047)\n* jettison: memory exhaustion via user-supplied XML or JSON data (CVE-2022-40150)\n* jettison: parser crash by stackoverflow (CVE-2022-40149)\n* jackson-databind: use of deeply nested arrays (CVE-2022-42004)\n* jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS (CVE-2022-42003)\n* jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method (CVE-2020-11022)\n* jquery: Passing HTML containing \u003coption\u003e elements to manipulation methods could result in untrusted code execution (CVE-2020-11023)\n* bootstrap: Cross-site Scripting (XSS) in the collapse data-parent attribute (CVE-2018-14040)\n* jquery: Prototype pollution in object\u0027s prototype leading to denial of service, remote code execution, or property injection (CVE-2019-11358)\n* CXF: Apache CXF: directory listing / code exfiltration (CVE-2022-46363)\n* keycloak: reflected XSS attack (CVE-2022-4137)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1045",
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1601614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601614"
},
{
"category": "external",
"summary": "1601617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601617"
},
{
"category": "external",
"summary": "1701972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701972"
},
{
"category": "external",
"summary": "1828406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828406"
},
{
"category": "external",
"summary": "2031904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031904"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2073157",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073157"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2117506",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117506"
},
{
"category": "external",
"summary": "2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "2129707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129707"
},
{
"category": "external",
"summary": "2129709",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129709"
},
{
"category": "external",
"summary": "2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "2135770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135770"
},
{
"category": "external",
"summary": "2135771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135771"
},
{
"category": "external",
"summary": "2138971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138971"
},
{
"category": "external",
"summary": "2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "2141404",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141404"
},
{
"category": "external",
"summary": "2145194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145194"
},
{
"category": "external",
"summary": "2148496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148496"
},
{
"category": "external",
"summary": "2150009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150009"
},
{
"category": "external",
"summary": "2155681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155681"
},
{
"category": "external",
"summary": "2155682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155682"
},
{
"category": "external",
"summary": "2155970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155970"
},
{
"category": "external",
"summary": "2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "2156324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324"
},
{
"category": "external",
"summary": "2158585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158585"
},
{
"category": "external",
"summary": "2160585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160585"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1045.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Single Sign-On 7.6.2 security update on RHEL 9",
"tracking": {
"current_release_date": "2026-05-25T14:25:14+00:00",
"generator": {
"date": "2026-05-25T14:25:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:1045",
"initial_release_date": "2023-03-01T21:45:17+00:00",
"revision_history": [
{
"date": "2023-03-01T21:45:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-01T21:45:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-25T14:25:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Single Sign-On 7.6 for RHEL 9",
"product": {
"name": "Red Hat Single Sign-On 7.6 for RHEL 9",
"product_id": "9Base-RHSSO-7.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:red_hat_single_sign_on:7.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Single Sign-On"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"product": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"product_id": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1.el9sso?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"product": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"product_id": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-sso7-keycloak@18.0.6-1.redhat_00001.1.el9sso?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"product": {
"name": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"product_id": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-sso7-keycloak-server@18.0.6-1.redhat_00001.1.el9sso?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch as a component of Red Hat Single Sign-On 7.6 for RHEL 9",
"product_id": "9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
},
"product_reference": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"relates_to_product_reference": "9Base-RHSSO-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src as a component of Red Hat Single Sign-On 7.6 for RHEL 9",
"product_id": "9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src"
},
"product_reference": "rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"relates_to_product_reference": "9Base-RHSSO-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch as a component of Red Hat Single Sign-On 7.6 for RHEL 9",
"product_id": "9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
},
"product_reference": "rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"relates_to_product_reference": "9Base-RHSSO-7.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-14040",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2018-07-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1601614"
}
],
"notes": [
{
"category": "description",
"text": "In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bootstrap: Cross-site Scripting (XSS) in the collapse data-parent attribute",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite 6.2 and newer versions don\u0027t use the bootstrap library, hence are not affected by this flaw.\n\nRed Hat CloudForms 4.6 and newer versions include the vulnerable component, but there is no risk of exploitation, since there is no possible vector to access the vulnerability. Older Red Hat CloudForms versions don\u0027t use the vulnerable component at all.\n\nRed Hat Enterprise Satellite 5 is now in Maintenance Support 2 phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Satellite 5 Life Cycle: https://access.redhat.com/support/policy/updates/satellite.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14040"
},
{
"category": "external",
"summary": "RHBZ#1601614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14040",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14040"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14040",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14040"
}
],
"release_date": "2018-05-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "bootstrap: Cross-site Scripting (XSS) in the collapse data-parent attribute"
},
{
"cve": "CVE-2018-14042",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2018-07-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1601617"
}
],
"notes": [
{
"category": "description",
"text": "In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bootstrap: Cross-site Scripting (XSS) in the data-container property of tooltip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite 6.2 and newer versions don\u0027t use the bootstrap library, hence are not affected by this flaw.\n\nRed Hat CloudForms 4.6 and newer versions include the vulnerable component, but there is no risk of exploitation, since there is no possible vector to access the vulnerability. Older Red Hat CloudForms versions don\u0027t use the vulnerable component at all.\n\nRed Hat Enterprise Satellite 5 is now in Maintenance Support 2 phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Satellite 5 Life Cycle: https://access.redhat.com/support/policy/updates/satellite.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14042"
},
{
"category": "external",
"summary": "RHBZ#1601617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1601617"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14042",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14042"
}
],
"release_date": "2018-05-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "bootstrap: Cross-site Scripting (XSS) in the data-container property of tooltip"
},
{
"cve": "CVE-2019-11358",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2019-03-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1701972"
}
],
"notes": [
{
"category": "description",
"text": "A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the `extend` function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with various consequences.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Prototype pollution in object\u0027s prototype leading to denial of service, remote code execution, or property injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Virtualization 4.2 EUS contains the affected version of bootstrap in the packages ovirt-js-dependencies and ovirt-engine-dashboard. These packages are deprecated in Red Hat Virtualization 4.3.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11358"
},
{
"category": "external",
"summary": "RHBZ#1701972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11358",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11358"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11358",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11358"
},
{
"category": "external",
"summary": "https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/",
"url": "https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/"
},
{
"category": "external",
"summary": "https://www.drupal.org/sa-core-2019-006",
"url": "https://www.drupal.org/sa-core-2019-006"
}
],
"release_date": "2019-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Prototype pollution in object\u0027s prototype leading to denial of service, remote code execution, or property injection"
},
{
"cve": "CVE-2020-11022",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-04-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1828406"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site scripting (XSS) vulnerability exists in JQuery. This flaw allows an attacker with the ability to supply input to the \u2018HTML\u2019 function to inject Javascript into the page where that input is rendered, and have it delivered by the browser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No supported release of Red Hat OpenStack Platform is affected by this vulnerability as no shipped packages contain the vulnerable code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-11022"
},
{
"category": "external",
"summary": "RHBZ#1828406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-11022",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11022"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-gxr4-xjj5-5px2",
"url": "https://github.com/advisories/GHSA-gxr4-xjj5-5px2"
}
],
"release_date": "2020-04-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method"
},
{
"cve": "CVE-2020-11023",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-06-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1850004"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jQuery. HTML containing \\\u003coption\\\u003e elements from untrusted sources are passed, even after sanitizing, to one of jQuery\u0027s DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux versions 6, 7, and 8 ship a vulnerable version of JQuery in the `pcs` component. As PCS does not accept untrusted input, the vulnerable code cannot be controlled by an attacker.\n\nMultiple Red Hat offerings use doxygen to build documentation. During this process an affected jquery.js file can be included in the resulting package. The \u0027gcc\u0027 and \u0027tbb\u0027 packages were potentially vulnerable via this method.\n\nOpenShift Container Platform 4 is not affected because even though it uses the \u0027gcc\u0027 component, vulnerable code is limited within the libstdc++-docs rpm package, which is not shipped.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-11023"
},
{
"category": "external",
"summary": "RHBZ#1850004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1850004"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023"
},
{
"category": "external",
"summary": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/",
"url": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2020-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-01-23T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods"
},
{
"cve": "CVE-2021-35065",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156324"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glob-parent: Regular Expression Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The glob-parent package is a transitive dependency and this is not used directly in any of the Red Hat products. Hence, the impact is reduced to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-35065"
},
{
"category": "external",
"summary": "RHBZ#2156324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-35065",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35065"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294",
"url": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294"
}
],
"release_date": "2022-12-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "glob-parent: Regular Expression Denial of Service"
},
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"acknowledgments": [
{
"names": [
"Marcus Nilsson"
],
"organization": "usd AG"
}
],
"cve": "CVE-2022-1274",
"cwe": {
"id": "CWE-80",
"name": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)"
},
"discovery_date": "2022-04-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073157"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak in the execute-actions-email endpoint. This issue allows arbitrary HTML to be injected into emails sent to Keycloak users and can be misused to perform phishing or other attacks against users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: HTML injection in execute-actions-email Admin REST API",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1274"
},
{
"category": "external",
"summary": "RHBZ#2073157",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073157"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1274",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1274"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1274",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1274"
},
{
"category": "external",
"summary": "https://github.com/keycloak/keycloak/security/advisories/GHSA-m4fv-gm5m-4725",
"url": "https://github.com/keycloak/keycloak/security/advisories/GHSA-m4fv-gm5m-4725"
}
],
"release_date": "2023-02-28T18:57:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: HTML injection in execute-actions-email Admin REST API"
},
{
"acknowledgments": [
{
"names": [
"Grzegorz Tworek"
],
"organization": "SISOFT s.c."
}
],
"cve": "CVE-2022-1438",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-12-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2031904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak. Under specific circumstances, HTML entities are not sanitized during user impersonation, resulting in a Cross-site scripting (XSS) vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: XSS on impersonation under specific circumstances",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1438"
},
{
"category": "external",
"summary": "RHBZ#2031904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1438"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1438",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1438"
}
],
"release_date": "2023-02-28T18:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: XSS on impersonation under specific circumstances"
},
{
"cve": "CVE-2022-1471",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-12-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2150009"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SnakeYaml package. This flaw allows an attacker to benefit from remote code execution by sending malicious YAML content and this content being deserialized by the constructor. Deserialization is unsafe and leads to Remote Code Execution (RCE).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "SnakeYaml: Constructor Deserialization Remote Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the Red Hat Process Automation 7 (RHPAM) the untrusted, malicious YAML file for deserialization by the vulnerable Snakeyaml\u0027s SafeConstructor class must be provided intentionally by the RHPAM user which requires high privileges. The potential attack complexity is also high because it depends on conditions that are beyond the attacker\u0027s control. Due to that the impact for RHPAM is reduced to Low.\n\nRed Hat Fuse 7 does not expose by default any endpoint that passes incoming data/request into vulnerable Snakeyaml\u0027s Constructor class nor pass untrusted data to this class. When this class is used, it\u2019s still only used to parse internal configuration, hence the impact by this vulnerability to Red Hat Fuse 7 is reduced to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1471"
},
{
"category": "external",
"summary": "RHBZ#2150009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1471"
},
{
"category": "external",
"summary": "https://github.com/google/security-research/security/advisories/GHSA-mjmj-j48q-9wg2",
"url": "https://github.com/google/security-research/security/advisories/GHSA-mjmj-j48q-9wg2"
}
],
"release_date": "2022-10-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "SnakeYaml: Constructor Deserialization Remote Code Execution"
},
{
"cve": "CVE-2022-2764",
"discovery_date": "2022-08-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2117506"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Undertow with EJB invocations. This flaw allows an attacker to generate a valid HTTP request and send it to the server on an established connection after removing the LAST_CHUNK from the bytes, causing a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2764"
},
{
"category": "external",
"summary": "RHBZ#2117506",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117506"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2764",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2764"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2764",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2764"
}
],
"release_date": "2022-08-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "Undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations"
},
{
"acknowledgments": [
{
"names": [
"Peter Flintholm"
],
"organization": "Trifork"
}
],
"cve": "CVE-2022-3916",
"cwe": {
"id": "CWE-384",
"name": "Session Fixation"
},
"discovery_date": "2022-11-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2141404"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the offline_access scope in Keycloak. This issue would affect users of shared computers more (especially if cookies are not cleared), due to a lack of root session validation, and the reuse of session ids across root and user authentication sessions. This enables an attacker to resolve a user session attached to a previously authenticated user; when utilizing the refresh token, they will be issued a token for the original user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: Session takeover with OIDC offline refreshtokens",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3916"
},
{
"category": "external",
"summary": "RHBZ#2141404",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141404"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3916"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3916",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3916"
}
],
"release_date": "2022-11-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: Session takeover with OIDC offline refreshtokens"
},
{
"cve": "CVE-2022-4137",
"cwe": {
"id": "CWE-81",
"name": "Improper Neutralization of Script in an Error Message Web Page"
},
"discovery_date": "2022-11-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148496"
}
],
"notes": [
{
"category": "description",
"text": "A reflected cross-site scripting (XSS) vulnerability was found in the \u0027oob\u0027 OAuth endpoint due to incorrect null-byte handling. This issue allows a malicious link to insert an arbitrary URI into a Keycloak error page. This flaw requires a user or administrator to interact with a link in order to be vulnerable. This may compromise user details, allowing it to be changed or collected by an attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: reflected XSS attack",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4137"
},
{
"category": "external",
"summary": "RHBZ#2148496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4137",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4137"
}
],
"release_date": "2023-03-01T13:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keycloak: reflected XSS attack"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 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": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-25857",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126789"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Denial of Service due to missing nested depth limitation for collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For RHEL-8 it\u0027s downgraded to moderate because \"snakeyaml\" itself in RHEL 8 or RHEL-9 isn\u0027t shipped and \"prometheus-jmx-exporter\" is needed as build dependency. And it\u0027s not directly exploitable, hence severity marked as moderate.\nRed Hat Integration and AMQ products are not vulnerable to this flaw, so their severity has been lowered to moderate.\nRed Hat Single Sign-On uses snakeyaml from liquibase-core and is only used when performing migrations and would require administrator privileges to execute, hence severity marked as Low.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be present soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25857"
},
{
"category": "external",
"summary": "RHBZ#2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857"
},
{
"category": "external",
"summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "snakeyaml: Denial of Service due to missing nested depth limitation for collections"
},
{
"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": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"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": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-37603",
"cwe": {
"id": "CWE-185",
"name": "Incorrect Regular Expression"
},
"discovery_date": "2022-11-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140597"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in loader-utils webpack library. When the url variable from interpolateName is set, the prototype can be polluted. This issue could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "loader-utils: Regular expression denial of service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-37603"
},
{
"category": "external",
"summary": "RHBZ#2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603"
}
],
"release_date": "2022-10-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "loader-utils: Regular expression denial of service"
},
{
"cve": "CVE-2022-38749",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129706"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38749"
},
{
"category": "external",
"summary": "RHBZ#2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode"
},
{
"cve": "CVE-2022-38750",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38750"
},
{
"category": "external",
"summary": "RHBZ#2129707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38750",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38750"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject"
},
{
"cve": "CVE-2022-38751",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129709"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in java.base/java.util.regex.Pattern$Ques.match",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38751"
},
{
"category": "external",
"summary": "RHBZ#2129709",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129709"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38751",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38751"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in java.base/java.util.regex.Pattern$Ques.match"
},
{
"cve": "CVE-2022-40149",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-10-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135771"
}
],
"notes": [
{
"category": "description",
"text": "A stack-based buffer overflow vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. This flaw allows an attacker to supply content that causes the parser to crash by writing outside the memory bounds if the parser is running on user-supplied input, resulting in a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: parser crash by stackoverflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40149"
},
{
"category": "external",
"summary": "RHBZ#2135771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135771"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40149"
},
{
"category": "external",
"summary": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1",
"url": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1"
}
],
"release_date": "2022-09-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jettison: parser crash by stackoverflow"
},
{
"cve": "CVE-2022-40150",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-10-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135770"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Jettison, where parsing an untrusted XML or JSON data may lead to a crash. If the parser is running on user-supplied input, an attacker may supply content that causes the parser to crash, causing memory exhaustion. This effect may support a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: memory exhaustion via user-supplied XML or JSON data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40150"
},
{
"category": "external",
"summary": "RHBZ#2135770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135770"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40150",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40150"
},
{
"category": "external",
"summary": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1",
"url": "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1"
}
],
"release_date": "2022-09-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "jettison: memory exhaustion via user-supplied XML or JSON data"
},
{
"cve": "CVE-2022-42003",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135244"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42003"
},
{
"category": "external",
"summary": "RHBZ#2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS"
},
{
"cve": "CVE-2022-42004",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135247"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: use of deeply nested arrays",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42004"
},
{
"category": "external",
"summary": "RHBZ#2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: use of deeply nested arrays"
},
{
"cve": "CVE-2022-45047",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-11-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2145194"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache MINA SSHD, when using Java deserialization to load a serialized java.security.PrivateKey. An attacker could benefit from unsafe deserialization by inserting unsecured data that may affect the application or server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mina-sshd: Java unsafe deserialization vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Impact as High as there\u0027s a mitigation for minimizing the impact which the flaw requires org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider to be impacted, which would require an external/public API for an attacker to benefit from it. \n\nRed Hat Fuse 7 and Red Hat JBoss Enterprise Application Platform 7 have a lower rate (moderate) as it\u0027s very unlikely to be exploited since those are for internal usage or use a custom implementation in their case.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-45047"
},
{
"category": "external",
"summary": "RHBZ#2145194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-45047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45047"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45047",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45047"
},
{
"category": "external",
"summary": "https://www.mail-archive.com/dev@mina.apache.org/msg39312.html",
"url": "https://www.mail-archive.com/dev@mina.apache.org/msg39312.html"
}
],
"release_date": "2022-11-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
},
{
"category": "workaround",
"details": "From the maintainer:\n\nFor Apache MINA SSHD \u003c= 2.9.1, do not use org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider to generate and later load your server\u0027s host key. Use separately generated host key files, for instance in OpenSSH format, and load them via a org.apache.sshd.common.keyprovider.FileKeyPairProvider instead. Or use a custom implementation instead of \nSimpleGeneratorHostKeyProvider that uses the OpenSSH format for storing and loading the host key (via classes OpenSSHKeyPairResourceWriter and OpenSSHKeyPairResourceParser).",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mina-sshd: Java unsafe deserialization vulnerability"
},
{
"cve": "CVE-2022-45693",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155970"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jettison, where it is vulnerable to a denial of service caused by a stack-based buffer overflow. By sending a specially-crafted request using the map parameter, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has determined the impact of this flaw to be Moderate; a successful attack using this flaw would require the processing of untrusted, unsanitized, or unrestricted user inputs, which runs counter to established Red Hat security practices.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-45693"
},
{
"category": "external",
"summary": "RHBZ#2155970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155970"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-45693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45693"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45693",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45693"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos"
},
{
"cve": "CVE-2022-46175",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-12-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156263"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the json5 package. The affected version of the json5 package could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "json5: Prototype Pollution in JSON5 via Parse Method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The json5 package is a build-time dependency in Red Hat products and is not used in production runtime. Hence, the impact is set to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46175"
},
{
"category": "external",
"summary": "RHBZ#2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175"
},
{
"category": "external",
"summary": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h",
"url": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h"
}
],
"release_date": "2022-12-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "json5: Prototype Pollution in JSON5 via Parse Method"
},
{
"cve": "CVE-2022-46363",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2022-12-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155681"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Apache CXF that could allow an attacker to perform a remote directory listing or code exfiltration. This issue only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, so the issue can only occur if the CXF service is misconfigured.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "CXF: directory listing / code exfiltration",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46363"
},
{
"category": "external",
"summary": "RHBZ#2155681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155681"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46363",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46363"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46363",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46363"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c",
"url": "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "CXF: directory listing / code exfiltration"
},
{
"cve": "CVE-2022-46364",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2022-12-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155682"
}
],
"notes": [
{
"category": "description",
"text": "A SSRF vulnerability was found in Apache CXF. This issue occurs when parsing the href attribute of XOP:Include in MTOM requests, allowing an attacker to perform SSRF style attacks on webservices that take at least one parameter of any type.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "CXF: SSRF Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Integration Camel Quarkus does not support CXF extensions and so is affected at a reduced impact of Moderate.\nThe RHSSO server does not ship Apache CXF. The component mentioned in CVE-2022-46364 is a transitive dependency coming from Fuse adapters and the test suite.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46364"
},
{
"category": "external",
"summary": "RHBZ#2155682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155682"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46364"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46364",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46364"
},
{
"category": "external",
"summary": "https://cxf.apache.org/security-advisories.data/CVE-2022-46364.txt?version=1\u0026modificationDate=1670944472739\u0026api=v2",
"url": "https://cxf.apache.org/security-advisories.data/CVE-2022-46364.txt?version=1\u0026modificationDate=1670944472739\u0026api=v2"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "CXF: SSRF Vulnerability"
},
{
"acknowledgments": [
{
"names": [
"Sourav Kumar"
],
"organization": "https://github.com/souravs17031999",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-0091",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2022-10-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2158585"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak, where it did not properly check client tokens for possible revocation in its client credential flow. This flaw allows an attacker to access or modify potentially sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: Client Registration endpoint does not check token revocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0091"
},
{
"category": "external",
"summary": "RHBZ#2158585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158585"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0091"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0091",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0091"
},
{
"category": "external",
"summary": "https://github.com/keycloak/keycloak/security/advisories/GHSA-v436-q368-hvgg",
"url": "https://github.com/keycloak/keycloak/security/advisories/GHSA-v436-q368-hvgg"
},
{
"category": "external",
"summary": "https://github.com/keycloak/security/issues/27",
"url": "https://github.com/keycloak/security/issues/27"
}
],
"release_date": "2022-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.8,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "keycloak: Client Registration endpoint does not check token revocation"
},
{
"acknowledgments": [
{
"names": [
"Jordi Zayuelas i Mu\u00f1oz"
],
"organization": "A1 Digital",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-0264",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2023-01-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2160585"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keycloak\u0027s OpenID Connect user authentication, which may incorrectly authenticate requests. An authenticated attacker who could obtain information from a user request within the same realm could use that data to impersonate the victim and generate new session tokens. This issue could impact confidentiality, Integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keycloak: user impersonation via stolen uuid code",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0264"
},
{
"category": "external",
"summary": "RHBZ#2160585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160585"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0264"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0264",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0264"
}
],
"release_date": "2023-02-28T18:58:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-01T21:45:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.noarch",
"9Base-RHSSO-7.6:rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el9sso.src",
"9Base-RHSSO-7.6:rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el9sso.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keycloak: user impersonation via stolen uuid code"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.