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-07-22",
"epss": "0.00868",
"percentile": "0.54937"
},
"microsoft_vex": {
"current_release_date": "2026-02-21T03:43:06.000Z",
"cve": "CVE-2025-22869",
"id": "msrc_CVE-2025-22869",
"initial_release_date": "2025-02-02T00:00:00.000Z",
"product_status:fixed": "37",
"product_status:known_affected": "37",
"product_status:known_not_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Potential denial of service in golang.org/x/crypto",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-22869.json",
"version": "8"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22869\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-02-26T08:14:24.997\",\"lastModified\":\"2026-06-17T08:50:40.113\",\"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.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"golang.org/x/crypto\",\"product\":\"golang.org/x/crypto/ssh\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"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\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.35.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-02-26T14:57:07.968721Z\",\"id\":\"CVE-2025-22869\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"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\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-07-23T09:12:10+00:00",
"cve": "CVE-2025-22869",
"id": "CVE-2025-22869",
"initial_release_date": "2025-02-26T03:07:48.855000+00:00",
"product_status:fixed": "2719",
"product_status:known_affected": "54",
"product_status:known_not_affected": "6259",
"product_status:under_investigation": "1",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-22869.json",
"version": "3"
},
"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:3268
Vulnerability from csaf_redhat - Published: 2025-03-26 14:31 - Updated: 2026-07-23 09:34A 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-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8 | — |
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 the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\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:3268",
"url": "https://access.redhat.com/errata/RHSA-2025:3268"
},
{
"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_3268.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-07-23T09:34:13+00:00",
"generator": {
"date": "2026-07-23T09:34:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3268",
"initial_release_date": "2025-03-26T14:31:13+00:00",
"revision_history": [
{
"date": "2025-03-26T14:31:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-26T14:31:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.4.1-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch (container-tools:rhel8)",
"product_id": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=noarch\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.4.1-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
}
]
},
"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-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
]
},
"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-03-26T14:31:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3268"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
]
}
],
"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:3336
Vulnerability from csaf_redhat - Published: 2025-03-27 15:01 - Updated: 2026-07-23 09:34A 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:podman-4:5.2.2-15.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.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 podman 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": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\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:3336",
"url": "https://access.redhat.com/errata/RHSA-2025:3336"
},
{
"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_3336.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-07-23T09:34:14+00:00",
"generator": {
"date": "2026-07-23T09:34:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3336",
"initial_release_date": "2025-03-27T15:01:22+00:00",
"revision_history": [
{
"date": "2025-03-27T15:01:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-27T15:01:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:14+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": "podman-4:5.2.2-15.el9_5.src",
"product": {
"name": "podman-4:5.2.2-15.el9_5.src",
"product_id": "podman-4:5.2.2-15.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-plugins-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-plugins-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-remote-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-remote-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-tests-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-tests-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-remote-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-remote-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-tests-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-tests-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-plugins-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-plugins-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-remote-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-remote-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-tests-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-tests-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-plugins-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-plugins-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-remote-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-remote-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-tests-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-tests-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-debugsource-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:5.2.2-15.el9_5.noarch",
"product": {
"name": "podman-docker-4:5.2.2-15.el9_5.noarch",
"product_id": "podman-docker-4:5.2.2-15.el9_5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.2.2-15.el9_5?arch=noarch\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src"
},
"product_reference": "podman-4:5.2.2-15.el9_5.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-debugsource-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:5.2.2-15.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch"
},
"product_reference": "podman-docker-4:5.2.2-15.el9_5.noarch",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-plugins-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-plugins-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-plugins-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-remote-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-remote-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-remote-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-remote-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-tests-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-tests-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-tests-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-tests-4:5.2.2-15.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:podman-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.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-03-27T15:01:22+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:podman-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3336"
},
{
"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:podman-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.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:podman-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.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:3437
Vulnerability from csaf_redhat - Published: 2025-04-01 04:50 - Updated: 2026-07-23 09:34A 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: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_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: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_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": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS).",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 4.5 includes the following bug fix:\n\nFixed a bug in which Scanner V4 would perform TLS validation even for integrations that have TLS validation disabled.\n\nThis release also addresses the following security vulnerabilities:\n\nCVE-2025-22868\nCVE-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:3437",
"url": "https://access.redhat.com/errata/RHSA-2025:3437"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.5/html/release_notes/release-notes-45",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.5/html/release_notes/release-notes-45"
},
{
"category": "external",
"summary": "ROX-28601",
"url": "https://issues.redhat.com/browse/ROX-28601"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3437.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.5 enhancement and security update",
"tracking": {
"current_release_date": "2026-07-23T09:34:17+00:00",
"generator": {
"date": "2026-07-23T09:34:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3437",
"initial_release_date": "2025-04-01T04:50:24+00:00",
"revision_history": [
{
"date": "2025-04-01T04:50:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T04:50:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.5 for RHEL 8",
"product": {
"name": "RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.8-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.8-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.8-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.8-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.8-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.8-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.8-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.8-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.8-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
}
]
},
"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": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_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-01T04:50:24+00:00",
"details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to patch release 4.5.8.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3437"
},
{
"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": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_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": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_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": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_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-01T04:50:24+00:00",
"details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to patch release 4.5.8.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3437"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_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": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_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:3438
Vulnerability from csaf_redhat - Published: 2025-04-01 04:50 - Updated: 2026-07-23 09:34A 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: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x | — |
Vendor Fix
fix
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: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS).",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 4.7.1 addresses the following security vulnerabilities:\n\n- CVE-2025-22869\n- CVE-2025-27144",
"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:3438",
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "ROX-28603",
"url": "https://issues.redhat.com/browse/ROX-28603"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3438.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.7 enhancement and security update",
"tracking": {
"current_release_date": "2026-07-23T09:34:17+00:00",
"generator": {
"date": "2026-07-23T09:34:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3438",
"initial_release_date": "2025-04-01T04:50:23+00:00",
"revision_history": [
{
"date": "2025-04-01T04:50:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T04:50:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.7 for RHEL 8",
"product": {
"name": "RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.7::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
}
]
},
"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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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-01T04:50:23+00:00",
"details": "If you are using an earlier version of RHACS 4.7, you are advised to upgrade to patch release 4.7.1.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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"
},
{
"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",
"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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
},
"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-01T04:50:23+00:00",
"details": "If you are using an earlier version of RHACS 4.7, you are advised to upgrade to patch release 4.7.1.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:3439
Vulnerability from csaf_redhat - Published: 2025-04-01 04:55 - Updated: 2026-07-23 09:34A 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: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64 | — |
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: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64 | — |
Vendor Fix
fix
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: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64 | — |
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": "Updated images are now available for Red Hat Advanced Cluster Security for\nKubernetes (RHACS). The updated image includes security 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\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 4.6.4 includes security and bug fixes. If you are\nusing an earlier version of RHACS 4.6, you are advised to upgrade to this\npatch release 4.6.4.\n\nBugs fixed:\n\n* Fixed an issue where Scanner V4 performed TLS validation even for integrations where TLS validation was disabled.\n\n* Fixed an issue that prevented the \"Container CPU Limit\" field from being added to security policy rules.\n\n* Fixed an issue where the Network Policies tab in the network graph detail view would hang in the PatternFly Code editor due to a potential issue with the Monaco-based text editor.\n\nSecurity issues fixed:\n\n* CVE-2025-27144: Flaw in Go JOSE versions prior to 4.0.5.\n\n* CVE-2025-22868: Flaw in Golang in the token parsing component.\n\n* CVE-2025-22869: Flaw in golang.org/x/crypto Secure Shell (SSH) file transfer implementation.\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:3439",
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.6/html-single/release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.6/html-single/release_notes/index"
},
{
"category": "external",
"summary": "ROX-28602",
"url": "https://issues.redhat.com/browse/ROX-28602"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3439.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.6 enhancement and security update",
"tracking": {
"current_release_date": "2026-07-23T09:34:17+00:00",
"generator": {
"date": "2026-07-23T09:34:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3439",
"initial_release_date": "2025-04-01T04:55:49+00:00",
"revision_history": [
{
"date": "2025-04-01T04:55:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T04:55:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.6 for RHEL 8",
"product": {
"name": "RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
}
]
},
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
},
"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-01T04:55:49+00:00",
"details": "If you are using an earlier version of RHACS 4.6, you are advised to upgrade to this patch release 4.6.4.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
},
"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-01T04:55:49+00:00",
"details": "If you are using an earlier version of RHACS 4.6, you are advised to upgrade to this patch release 4.6.4.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"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",
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
},
"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-01T04:55:49+00:00",
"details": "If you are using an earlier version of RHACS 4.6, you are advised to upgrade to this patch release 4.6.4.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:3498
Vulnerability from csaf_redhat - Published: 2025-04-01 21:01 - Updated: 2026-07-23 09:34A 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.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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 multicluster global hub 1.2.2 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, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat multicluster global hub 1.2.2 images\n\nThis advisory contains the container images for multicluster\nglobal hub. These container images provide enhancements.\n\nSecurity Fix(es) from Bugzilla:\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\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 the\nReferences 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:3498",
"url": "https://access.redhat.com/errata/RHSA-2025:3498"
},
{
"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_3498.json"
}
],
"title": "Red Hat Security Advisory: Red Hat multicluster global hub 1.2.2 bug fixes and container update",
"tracking": {
"current_release_date": "2026-07-23T09:34:17+00:00",
"generator": {
"date": "2026-07-23T09:34:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3498",
"initial_release_date": "2025-04-01T21:01:14+00:00",
"revision_history": [
{
"date": "2025-04-01T21:01:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T21:01:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34: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.2 for RHEL 9",
"product": {
"name": "multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_globalhub:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster-globalhub"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.2-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.2-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.2-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.2-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
}
]
},
"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.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-01T21:01:14+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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3498"
},
{
"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.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-01T21:01:14+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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3498"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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:3685
Vulnerability from csaf_redhat - Published: 2025-04-08 13:01 - Updated: 2026-07-23 09:34A 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: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch | — |
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 Edge Manager Version 0.5.1 Technology Preview RPMs and security 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\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Edge Manager provides streamlined management of edge devices and\napplications through a declarative approach. By defining the required state of\nyour edge devices, which includes your operating system versions, host\nconfigurations, and application deployments, Red Hat Edge Manager automatically implements and maintains these configurations across your entire device fleet.\n\nYou can use Red Hat Edge Manager with Red Hat Advanced Cluster Management to\nmanage non-Kubernetes workloads and your operating system configuration on a Red Hat Enterprise Linux machine consistently with how you manage it on Red Hat OpenShift Container Platform.\n\nThis advisory contains the RPMs for the Technology Preview version 0.5.1 of Red Hat Edge Manager. See the following Release Notes documentation, which will be available shortly for this release, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/index\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:3685",
"url": "https://access.redhat.com/errata/RHSA-2025:3685"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/index"
},
{
"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_3685.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Edge Manager Version 0.5.1 (Technology Preview) security fixes",
"tracking": {
"current_release_date": "2026-07-23T09:34:24+00:00",
"generator": {
"date": "2026-07-23T09:34:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3685",
"initial_release_date": "2025-04-08T13:01:54+00:00",
"revision_history": [
{
"date": "2025-04-08T13:01:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-08T13:01:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:24+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 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el8"
}
}
},
{
"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": "flightctl-0:0.5.1-2.el8fc.src",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.src",
"product_id": "flightctl-0:0.5.1-2.el8fc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=src"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.src",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.src",
"product_id": "flightctl-0:0.5.1-2.el9fc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.x86_64",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.x86_64",
"product_id": "flightctl-0:0.5.1-2.el8fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.s390x",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.s390x",
"product_id": "flightctl-0:0.5.1-2.el8fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"product_id": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.aarch64",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.aarch64",
"product_id": "flightctl-0:0.5.1-2.el8fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"product": {
"name": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"product_id": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-selinux@0.5.1-2.el8fc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"product": {
"name": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"product_id": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-selinux@0.5.1-2.el9fc?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.aarch64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.s390x",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.src as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.src",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.x86_64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-selinux-0:0.5.1-2.el8fc.noarch as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch"
},
"product_reference": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.src as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.src",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-selinux-0:0.5.1-2.el9fc.noarch as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
},
"product_reference": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"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": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
]
},
"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-08T13:01:54+00:00",
"details": "See the following documentation for details on how to enable Red Hat Edge\nManager and more:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html-single/edge_manager/index#edge-mgr-intro",
"product_ids": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3685"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
]
}
],
"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:3763
Vulnerability from csaf_redhat - Published: 2025-04-09 16:37 - Updated: 2026-07-23 09:34A 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-07-23T09:34:33+00:00",
"generator": {
"date": "2026-07-23T09:34:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"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-07-23T09:34:33+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-07-23 09:34A 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-07-23T09:34:39+00:00",
"generator": {
"date": "2026-07-23T09:34:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"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": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:39+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-07-23 09:34A 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-07-23T09:34:42+00:00",
"generator": {
"date": "2026-07-23T09:34:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"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": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:42+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"
}
]
}
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.