Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22869 (GCVE-0-2025-22869)
Vulnerability from cvelistv5 – Published: 2025-02-26 03:07 – Updated: 2025-04-11 22:03- CWE-770 - Allocation of Resources Without Limits or Throttling
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
{
"containers": {
"adp": [
{
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22869",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-26T14:57:07.968721Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T14:57:49.252Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-11T22:03:24.222Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "newHandshakeTransport"
},
{
"name": "handshakeTransport.recordWriteError"
},
{
"name": "handshakeTransport.kexLoop"
},
{
"name": "handshakeTransport.writePacket"
},
{
"name": "Client.Dial"
},
{
"name": "Client.DialContext"
},
{
"name": "Client.DialTCP"
},
{
"name": "Client.Listen"
},
{
"name": "Client.ListenTCP"
},
{
"name": "Client.ListenUnix"
},
{
"name": "Client.NewSession"
},
{
"name": "Dial"
},
{
"name": "DiscardRequests"
},
{
"name": "NewClient"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
},
{
"name": "Request.Reply"
},
{
"name": "Session.Close"
},
{
"name": "Session.CombinedOutput"
},
{
"name": "Session.Output"
},
{
"name": "Session.RequestPty"
},
{
"name": "Session.RequestSubsystem"
},
{
"name": "Session.Run"
},
{
"name": "Session.SendRequest"
},
{
"name": "Session.Setenv"
},
{
"name": "Session.Shell"
},
{
"name": "Session.Signal"
},
{
"name": "Session.Start"
},
{
"name": "Session.WindowChange"
},
{
"name": "channel.Accept"
},
{
"name": "channel.Close"
},
{
"name": "channel.CloseWrite"
},
{
"name": "channel.Read"
},
{
"name": "channel.ReadExtended"
},
{
"name": "channel.Reject"
},
{
"name": "channel.SendRequest"
},
{
"name": "channel.Write"
},
{
"name": "channel.WriteExtended"
},
{
"name": "connection.SendAuthBanner"
},
{
"name": "curve25519sha256.Client"
},
{
"name": "curve25519sha256.Server"
},
{
"name": "dhGEXSHA.Client"
},
{
"name": "dhGEXSHA.Server"
},
{
"name": "dhGroup.Client"
},
{
"name": "dhGroup.Server"
},
{
"name": "ecdh.Client"
},
{
"name": "ecdh.Server"
},
{
"name": "extChannel.Read"
},
{
"name": "extChannel.Write"
},
{
"name": "mux.OpenChannel"
},
{
"name": "mux.SendRequest"
},
{
"name": "sessionStdin.Close"
},
{
"name": "sshClientKeyboardInteractive.Challenge"
},
{
"name": "tcpListener.Accept"
},
{
"name": "tcpListener.Close"
},
{
"name": "unixListener.Accept"
},
{
"name": "unixListener.Close"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.35.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yuichi Watanabe"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T03:07:48.855Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/652135"
},
{
"url": "https://go.dev/issue/71931"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22869",
"datePublished": "2025-02-26T03:07:48.855Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2025-04-11T22:03:24.222Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22869",
"date": "2026-06-05",
"epss": "0.00607",
"percentile": "0.70114"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22869\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-02-26T08:14:24.997\",\"lastModified\":\"2025-05-01T19:28:20.740\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"},{\"lang\":\"es\",\"value\":\"Los servidores SSH que implementan protocolos de transferencia de archivos son vulnerables a un ataque de denegaci\u00f3n de servicio por parte de clientes que completan el intercambio de claves lentamente o no lo completan en absoluto, lo que provoca que el contenido pendiente se lea en la memoria, pero nunca se transmita.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"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}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.35.0\",\"matchCriteriaId\":\"311D718D-7E78-4EFC-A3B6-0D20C28956C9\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/652135\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/71931\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3487\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250411-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250411-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"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\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22869\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-26T14:57:07.968721Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-26T14:57:39.044Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Yuichi Watanabe\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.35.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"newHandshakeTransport\"}, {\"name\": \"handshakeTransport.recordWriteError\"}, {\"name\": \"handshakeTransport.kexLoop\"}, {\"name\": \"handshakeTransport.writePacket\"}, {\"name\": \"Client.Dial\"}, {\"name\": \"Client.DialContext\"}, {\"name\": \"Client.DialTCP\"}, {\"name\": \"Client.Listen\"}, {\"name\": \"Client.ListenTCP\"}, {\"name\": \"Client.ListenUnix\"}, {\"name\": \"Client.NewSession\"}, {\"name\": \"Dial\"}, {\"name\": \"DiscardRequests\"}, {\"name\": \"NewClient\"}, {\"name\": \"NewClientConn\"}, {\"name\": \"NewServerConn\"}, {\"name\": \"Request.Reply\"}, {\"name\": \"Session.Close\"}, {\"name\": \"Session.CombinedOutput\"}, {\"name\": \"Session.Output\"}, {\"name\": \"Session.RequestPty\"}, {\"name\": \"Session.RequestSubsystem\"}, {\"name\": \"Session.Run\"}, {\"name\": \"Session.SendRequest\"}, {\"name\": \"Session.Setenv\"}, {\"name\": \"Session.Shell\"}, {\"name\": \"Session.Signal\"}, {\"name\": \"Session.Start\"}, {\"name\": \"Session.WindowChange\"}, {\"name\": \"channel.Accept\"}, {\"name\": \"channel.Close\"}, {\"name\": \"channel.CloseWrite\"}, {\"name\": \"channel.Read\"}, {\"name\": \"channel.ReadExtended\"}, {\"name\": \"channel.Reject\"}, {\"name\": \"channel.SendRequest\"}, {\"name\": \"channel.Write\"}, {\"name\": \"channel.WriteExtended\"}, {\"name\": \"connection.SendAuthBanner\"}, {\"name\": \"curve25519sha256.Client\"}, {\"name\": \"curve25519sha256.Server\"}, {\"name\": \"dhGEXSHA.Client\"}, {\"name\": \"dhGEXSHA.Server\"}, {\"name\": \"dhGroup.Client\"}, {\"name\": \"dhGroup.Server\"}, {\"name\": \"ecdh.Client\"}, {\"name\": \"ecdh.Server\"}, {\"name\": \"extChannel.Read\"}, {\"name\": \"extChannel.Write\"}, {\"name\": \"mux.OpenChannel\"}, {\"name\": \"mux.SendRequest\"}, {\"name\": \"sessionStdin.Close\"}, {\"name\": \"sshClientKeyboardInteractive.Challenge\"}, {\"name\": \"tcpListener.Accept\"}, {\"name\": \"tcpListener.Close\"}, {\"name\": \"unixListener.Accept\"}, {\"name\": \"unixListener.Close\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/652135\"}, {\"url\": \"https://go.dev/issue/71931\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3487\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-26T03:07:48.855Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22869\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-02-26T03:07:48.855Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:3763
Vulnerability from csaf_redhat - Published: 2025-04-09 16:37 - Updated: 2026-06-06 01:18A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le | — |
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": "Red Hat Advanced Cluster Management for Kubernetes 2.13.2 General Availability release, with updates to container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13.2 images and bug\nfix updates\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://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/\n\nSecurity fix(es):\n\ngolang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3763",
"url": "https://access.redhat.com/errata/RHSA-2025:3763"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-18827",
"url": "https://issues.redhat.com/browse/ACM-18827"
},
{
"category": "external",
"summary": "ACM-19094",
"url": "https://issues.redhat.com/browse/ACM-19094"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3763.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.13.2 container image updates",
"tracking": {
"current_release_date": "2026-06-06T01:18:11+00:00",
"generator": {
"date": "2026-06-06T01:18:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3763",
"initial_release_date": "2025-04-09T16:37:37+00:00",
"revision_history": [
{
"date": "2025-04-09T16:37:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-09T16:37:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:11+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.13 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.13.2-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"product": {
"name": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"product_id": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"product_id": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"product_id": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"product_id": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"product_id": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"product_id": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"product_id": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"product_id": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.13.2-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"product": {
"name": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"product_id": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"product_id": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"product_id": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"product_id": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"product_id": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"product_id": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"product_id": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"product_id": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"product": {
"name": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"product_id": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"product_id": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"product_id": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"product_id": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"product_id": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"product_id": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"product_id": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"product_id": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.13.2-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"product": {
"name": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"product_id": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"product_id": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"product_id": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"product_id": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"product_id": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"product_id": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"product_id": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"product_id": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64"
},
"product_reference": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64"
},
"product_reference": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le"
},
"product_reference": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x"
},
"product_reference": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-09T16:37:37+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3763"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
]
}
],
"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-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3813
Vulnerability from csaf_redhat - Published: 2025-04-10 14:56 - Updated: 2026-06-06 01:18A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64 | — |
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": "The 1.1.2 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16, 4.17, and 4.18",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3813",
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3813.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-06-06T01:18:16+00:00",
"generator": {
"date": "2026-06-06T01:18:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3813",
"initial_release_date": "2025-04-10T14:56:45+00:00",
"revision_history": [
{
"date": "2025-04-10T14:56:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"product": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"product_id": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"product_identification_helper": {
"purl": "pkg:oci/timestamp-authority-rhel9@sha256%3A796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743007818"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
},
"product_reference": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T14:56:45+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T14:56:45+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T14:56:45+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:3814
Vulnerability from csaf_redhat - Published: 2025-04-10 15:20 - Updated: 2026-06-06 01:18A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64 | — |
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": "The 1.1.2 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16, 4.17, and 4.18",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3814",
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3814.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-06-06T01:18:20+00:00",
"generator": {
"date": "2026-06-06T01:18:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3814",
"initial_release_date": "2025-04-10T15:20:44+00:00",
"revision_history": [
{
"date": "2025-04-10T15:20:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:20+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-backfill-redis-rhel9@sha256%3A6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743005960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-cli-rhel9@sha256%3A4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743005970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-server-rhel9@sha256%3A3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743005931"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T15:20:44+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T15:20:44+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T15:20:44+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:3820
Vulnerability from csaf_redhat - Published: 2025-04-10 17:22 - Updated: 2026-06-06 01:18A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
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": "The 1.1.2 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16, 4.17, and 4.18",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3820",
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3820.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-06-06T01:18:16+00:00",
"generator": {
"date": "2026-06-06T01:18:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3820",
"initial_release_date": "2025-04-10T17:22:43+00:00",
"revision_history": [
{
"date": "2025-04-10T17:22:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product_id": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-server-rhel9@sha256%3A75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743075680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cosign-rhel9@sha256%3A2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743008763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitsign-rhel9@sha256%3Abef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743007499"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
},
"product_reference": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
},
"product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
},
"product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:3833
Vulnerability from csaf_redhat - Published: 2025-04-14 09:21 - Updated: 2026-06-06 01:18A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64 | — |
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": "An update for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor and is used to provide networking for podman-machine virtual machines. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\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-2025:3833",
"url": "https://access.redhat.com/errata/RHSA-2025:3833"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3833.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2026-06-06T01:18:17+00:00",
"generator": {
"date": "2026-06-06T01:18:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3833",
"initial_release_date": "2025-04-14T09:21:59+00:00",
"revision_history": [
{
"date": "2025-04-14T09:21:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-14T09:21:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T09:21:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3833"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3863
Vulnerability from csaf_redhat - Published: 2025-04-14 18:00 - Updated: 2026-06-06 01:18A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x | — |
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": "Red Hat multicluster global hub 1.3.3 general availability release, with\nupdates to container images and bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat multicluster global hub 1.3.3 images\n\nThis advisory contains the container images for Red Hat multicluster\nglobal hub. These container images provide enhancements. \n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, and other related information, refer to the CVE page(s) listed in\nthe 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-2025:3863",
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3863.json"
}
],
"title": "Red Hat Security Advisory: Red Hat multicluster global hub 1.3.3 bug fixes and container update",
"tracking": {
"current_release_date": "2026-06-06T01:18:17+00:00",
"generator": {
"date": "2026-06-06T01:18:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3863",
"initial_release_date": "2025-04-14T18:00:47+00:00",
"revision_history": [
{
"date": "2025-04-14T18:00:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-14T18:00:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster-globalhub 1.3 for RHEL 9",
"product": {
"name": "multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_globalhub:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster-globalhub"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T18:00:47+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"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-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T18:00:47+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"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-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3932
Vulnerability from csaf_redhat - Published: 2025-04-16 02:48 - Updated: 2026-06-06 01:18A flaw was found in the tar-fs package for Node.js. In affected versions, unauthorized file writes or overwrites outside the intended extraction directory can occur when extracting a maliciously crafted tar file. The issue is associated with index.js in the tar-fs package.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64 | — |
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64 | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64 | — |
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": "Red Hat OpenShift Dev Spaces 3.20 has been released.\n\nAll containers have been updated to include feature enhancements, bug fixes and CVE fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development.\n\nThe 3.20 release is based on Eclipse Che 7.100 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2.\n\nUsers still using the v1 standard should migrate as soon as possible.\n\nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2\n\nDev Spaces releases support the latest two OpenShift 4 EUS releases. Users are expected to update to newer OpenShift releases in order to continue to get Dev Spaces updates. \n\nhttps://access.redhat.com/support/policy/updates/openshift#devspaces\n\nSecurity Fix(es):\n\nDevSpaces-Operator\n- golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n- golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nDevSpaces-Pluginregistry\n- tar-fs: link following and path traversal via maliciously crafted tar file (CVE-2024-12905)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3932",
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2355460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355460"
},
{
"category": "external",
"summary": "CRW-8327",
"url": "https://issues.redhat.com/browse/CRW-8327"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3932.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.20.0 release",
"tracking": {
"current_release_date": "2026-06-06T01:18:22+00:00",
"generator": {
"date": "2026-06-06T01:18:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3932",
"initial_release_date": "2025-04-16T02:48:23+00:00",
"revision_history": [
{
"date": "2025-04-16T02:48:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-16T02:48:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Dev Spaces 3",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_devspaces:3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Dev Spaces"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"product": {
"name": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"product_id": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"product": {
"name": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"product_id": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"product_id": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"product_id": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"product_id": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=3.20-3"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"product_id": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.20-21"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"product_id": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.20-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.20-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"product": {
"name": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"product_id": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.20-13"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"product": {
"name": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"product_id": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"product_id": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"product": {
"name": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"product_id": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.20-8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"product": {
"name": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"product_id": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"product": {
"name": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"product_id": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"product_id": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"product_id": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c?arch=s390x\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"product_id": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=3.20-3"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"product_id": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.20-21"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"product_id": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.20-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.20-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"product": {
"name": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"product_id": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.20-13"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"product": {
"name": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"product_id": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"product_id": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"product": {
"name": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"product_id": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.20-8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"product": {
"name": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"product_id": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"product": {
"name": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"product_id": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"product_id": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"product": {
"name": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"product_id": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e?arch=amd64\u0026repository_url=registry.redhat.io/devspaces-tech-preview/idea-rhel9\u0026tag=3.20-2"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"product_id": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9?arch=amd64\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"product_id": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=3.20-3"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"product_id": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.20-21"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"product_id": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.20-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.20-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"product": {
"name": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"product_id": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.20-13"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"product": {
"name": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"product_id": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"product_id": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"product": {
"name": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"product_id": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.20-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64"
},
"product_reference": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64"
},
"product_reference": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x"
},
"product_reference": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le"
},
"product_reference": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64"
},
"product_reference": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le"
},
"product_reference": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x"
},
"product_reference": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x"
},
"product_reference": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le"
},
"product_reference": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64"
},
"product_reference": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x"
},
"product_reference": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le"
},
"product_reference": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64"
},
"product_reference": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x"
},
"product_reference": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le"
},
"product_reference": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
},
"product_reference": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12905",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-03-27T17:02:14.911888+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355460"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tar-fs package for Node.js. In affected versions, unauthorized file writes or overwrites outside the intended extraction directory can occur when extracting a maliciously crafted tar file. The issue is associated with index.js in the tar-fs package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar-fs: link following and path traversal via maliciously crafted tar file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an important severity because it allows attackers to extract a malicious tar file that can write or overwrite files outside the intended directory. This occurs due to improper handling of link resolution and pathname limitations. The risk is high for systems that automatically extract tar files, as it can lead to data corruption or unauthorized file modifications without user interaction.",
"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-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64"
],
"known_not_affected": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12905"
},
{
"category": "external",
"summary": "RHBZ#2355460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12905"
},
{
"category": "external",
"summary": "https://github.com/mafintosh/tar-fs/commit/a1dd7e7c7f4b4a8bd2ab60f513baca573b44e2ed",
"url": "https://github.com/mafintosh/tar-fs/commit/a1dd7e7c7f4b4a8bd2ab60f513baca573b44e2ed"
}
],
"release_date": "2025-03-27T16:25:34.410000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T02:48:23+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-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
}
],
"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-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar-fs: link following and path traversal via maliciously crafted tar file"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"known_not_affected": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T02:48:23+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-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"known_not_affected": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T02:48:23+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-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3959
Vulnerability from csaf_redhat - Published: 2025-04-16 21:10 - Updated: 2026-06-06 01:18A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64 | — |
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": "VolSync v0.11.2 general availability release images, which provide\nenhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. 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": "VolSync v0.11.2 is a Kubernetes operator that enables asynchronous replication\nof persistent volumes within a cluster, or across clusters. After deploying\nthe VolSync operator, it can create and maintain copies of your persistent\ndata.\n\nFor more information about VolSync, see:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/business_continuity/business-cont-overview#volsync\n\nor the VolSync open source community website at:\nhttps://volsync.readthedocs.io/en/stable/\n\nThis advisory contains enhancements and updates to the VolSync\ncontainer images.\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3959",
"url": "https://access.redhat.com/errata/RHSA-2025:3959"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-19031",
"url": "https://issues.redhat.com/browse/ACM-19031"
},
{
"category": "external",
"summary": "HYPBLD-618",
"url": "https://issues.redhat.com/browse/HYPBLD-618"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3959.json"
}
],
"title": "Red Hat Security Advisory: VolSync 0.11.2 security fixes and enhancements for RHEL 9",
"tracking": {
"current_release_date": "2026-06-06T01:18:22+00:00",
"generator": {
"date": "2026-06-06T01:18:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3959",
"initial_release_date": "2025-04-16T21:10:52+00:00",
"revision_history": [
{
"date": "2025-04-16T21:10:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-16T21:10:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:22+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.12 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64",
"product_id": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"product": {
"name": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"product_id": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-operator-bundle\u0026tag=v0.11.2-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"product_id": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.2-9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"product_id": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.2-9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"product_id": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.2-9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64"
},
"product_reference": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T21:10:52+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes\ndocumentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3959"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T21:10:52+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes\ndocumentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3959"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:4002
Vulnerability from csaf_redhat - Published: 2025-04-17 22:09 - Updated: 2026-06-06 01:18A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le | — |
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": "Red Hat Advanced Cluster Management for Kubernetes 2.12.3 General\nAvailability release, with updates to container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. 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.12.3 images and bug\nfix updates\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://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/release_notes/\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4002",
"url": "https://access.redhat.com/errata/RHSA-2025:4002"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-11757",
"url": "https://issues.redhat.com/browse/ACM-11757"
},
{
"category": "external",
"summary": "ACM-16238",
"url": "https://issues.redhat.com/browse/ACM-16238"
},
{
"category": "external",
"summary": "ACM-16493",
"url": "https://issues.redhat.com/browse/ACM-16493"
},
{
"category": "external",
"summary": "ACM-17065",
"url": "https://issues.redhat.com/browse/ACM-17065"
},
{
"category": "external",
"summary": "ACM-17553",
"url": "https://issues.redhat.com/browse/ACM-17553"
},
{
"category": "external",
"summary": "ACM-17877",
"url": "https://issues.redhat.com/browse/ACM-17877"
},
{
"category": "external",
"summary": "ACM-18000",
"url": "https://issues.redhat.com/browse/ACM-18000"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4002.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.12.3 container image updates",
"tracking": {
"current_release_date": "2026-06-06T01:18:23+00:00",
"generator": {
"date": "2026-06-06T01:18:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:4002",
"initial_release_date": "2025-04-17T22:09:36+00:00",
"revision_history": [
{
"date": "2025-04-17T22:09:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-17T22:09:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:23+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.12 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.3-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"product": {
"name": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"product_id": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"product_id": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"product_id": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.3-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.3-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"product_id": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"product_id": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"product_id": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"product_id": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.3-6"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"product_id": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.12.3-55"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.3-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"product": {
"name": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"product_id": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"product_id": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"product_id": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.3-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.3-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"product_id": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"product_id": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"product_id": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"product_id": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"product_id": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.3-6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.12.3-55"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.3-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"product": {
"name": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"product_id": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"product_id": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"product_id": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.3-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.3-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"product_id": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"product_id": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"product_id": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"product_id": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.3-6"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"product_id": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.12.3-55"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.3-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"product": {
"name": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"product_id": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"product_id": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"product_id": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.3-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.3-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"product_id": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"product_id": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"product_id": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"product_id": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le",
"product_id": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.3-6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x"
},
"product_reference": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64"
},
"product_reference": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64"
},
"product_reference": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le"
},
"product_reference": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-17T22:09:36+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4002"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
}
],
"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-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-17T22:09:36+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4002"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
}
],
"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-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:4012
Vulnerability from csaf_redhat - Published: 2025-04-23 12:41 - Updated: 2026-06-06 01:18A vulnerability was found in the Linux kernel's USB Audio driver. This flaw can allow an attacker with physical access to the system to use a malicious USB device to gain additional access. This is possible by reading arbitrary system memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64 | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64 | — |
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": "Red Hat OpenShift Container Platform release 4.17.26 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.17.26. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:4014\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header\nparsing (CVE-2025-30204)\n* kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock\nsources (CVE-2024-53150)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4012",
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2333971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333971"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "OCPBUGS-43096",
"url": "https://issues.redhat.com/browse/OCPBUGS-43096"
},
{
"category": "external",
"summary": "OCPBUGS-50579",
"url": "https://issues.redhat.com/browse/OCPBUGS-50579"
},
{
"category": "external",
"summary": "OCPBUGS-51210",
"url": "https://issues.redhat.com/browse/OCPBUGS-51210"
},
{
"category": "external",
"summary": "OCPBUGS-53168",
"url": "https://issues.redhat.com/browse/OCPBUGS-53168"
},
{
"category": "external",
"summary": "OCPBUGS-53323",
"url": "https://issues.redhat.com/browse/OCPBUGS-53323"
},
{
"category": "external",
"summary": "OCPBUGS-54393",
"url": "https://issues.redhat.com/browse/OCPBUGS-54393"
},
{
"category": "external",
"summary": "OCPBUGS-54750",
"url": "https://issues.redhat.com/browse/OCPBUGS-54750"
},
{
"category": "external",
"summary": "OCPBUGS-54767",
"url": "https://issues.redhat.com/browse/OCPBUGS-54767"
},
{
"category": "external",
"summary": "OCPBUGS-54841",
"url": "https://issues.redhat.com/browse/OCPBUGS-54841"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4012.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.26 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-06T01:18:24+00:00",
"generator": {
"date": "2026-06-06T01:18:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:4012",
"initial_release_date": "2025-04-23T12:41:37+00:00",
"revision_history": [
{
"date": "2025-04-23T12:41:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-23T12:41:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:18:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"product": {
"name": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"product_id": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504140534.p0.g14489f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.17.0-202504141804.p0.g5f18d29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"product_id": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.g6d5c18e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202504141105.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202504150406.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"product": {
"name": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"product_id": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"product_id": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202504150305.p0.g0bff150.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"product": {
"name": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"product_id": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504140534.p0.g14489f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"product_id": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.17.0-202504111306.p0.gd7b13a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.g6d5c18e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202504141105.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202504150406.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"product": {
"name": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"product_id": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504140534.p0.g14489f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.17.0-202504141804.p0.g5f18d29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"product_id": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202504150305.p0.g0bff150.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.17.0-202504111306.p0.gd7b13a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x"
},
"product_reference": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le"
},
"product_reference": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64"
},
"product_reference": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64"
},
"product_reference": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-53150",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2024-12-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333971"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s USB Audio driver. This flaw can allow an attacker with physical access to the system to use a malicious USB device to gain additional access. This is possible by reading arbitrary system memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock sources",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53150"
},
{
"category": "external",
"summary": "RHBZ#2333971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333971"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53150"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024122427-CVE-2024-53150-3a7d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024122427-CVE-2024-53150-3a7d@gregkh/T"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2024-12-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-23T12:41:37+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a659df5d19dcdbc7fd9ede710b213cf5b269c31612d1b5ae3d01a8e5e5619bfc\n\n (For s390x architecture)\n The image digest is sha256:6a672395f38e3c2cab7603ff0a47f8910fbcfd36df8c065f17ef493740dae9fe\n\n (For ppc64le architecture)\n The image digest is sha256:b2dab96379380102a1bc3dfcca3844d754b12ba80a4532ae1e25eb46f14c9b6b\n\n (For aarch64 architecture)\n The image digest is sha256:7ebda0cff02ca44d6fe8b8b849846b25d978efa249c6f273ed8e54efbb799ea6\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module snd-usb-audio from being loaded.\n\nAs the snd_usb_audio module will be auto-loaded when a usb device is hot plugged, the module can be prevented by loading with the following instructions:\n\n# echo \"install snd_usb_audio /bin/true\" \u003e\u003e /etc/modprobe.d/disable-snd-usb-audio.conf\n\nThe system will need to be restarted if the modules are loaded. In most circumstances, the sound kernel modules will be unable to be unloaded while any programs are active and the device are in use.\n\nIf the system requires this module to work correctly, this mitigation may not be suitable.\n\nIf you need further assistance, see KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"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:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-04-09T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock sources"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-23T12:41:37+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a659df5d19dcdbc7fd9ede710b213cf5b269c31612d1b5ae3d01a8e5e5619bfc\n\n (For s390x architecture)\n The image digest is sha256:6a672395f38e3c2cab7603ff0a47f8910fbcfd36df8c065f17ef493740dae9fe\n\n (For ppc64le architecture)\n The image digest is sha256:b2dab96379380102a1bc3dfcca3844d754b12ba80a4532ae1e25eb46f14c9b6b\n\n (For aarch64 architecture)\n The image digest is sha256:7ebda0cff02ca44d6fe8b8b849846b25d978efa249c6f273ed8e54efbb799ea6\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-23T12:41:37+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a659df5d19dcdbc7fd9ede710b213cf5b269c31612d1b5ae3d01a8e5e5619bfc\n\n (For s390x architecture)\n The image digest is sha256:6a672395f38e3c2cab7603ff0a47f8910fbcfd36df8c065f17ef493740dae9fe\n\n (For ppc64le architecture)\n The image digest is sha256:b2dab96379380102a1bc3dfcca3844d754b12ba80a4532ae1e25eb46f14c9b6b\n\n (For aarch64 architecture)\n The image digest is sha256:7ebda0cff02ca44d6fe8b8b849846b25d978efa249c6f273ed8e54efbb799ea6\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
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.