Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22869 (GCVE-0-2025-22869)
Vulnerability from cvelistv5 – Published: 2025-02-26 03:07 – Updated: 2025-04-11 22:03- CWE-770 - Allocation of Resources Without Limits or Throttling
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22869",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-26T14:57:07.968721Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T14:57:49.252Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-11T22:03:24.222Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "newHandshakeTransport"
},
{
"name": "handshakeTransport.recordWriteError"
},
{
"name": "handshakeTransport.kexLoop"
},
{
"name": "handshakeTransport.writePacket"
},
{
"name": "Client.Dial"
},
{
"name": "Client.DialContext"
},
{
"name": "Client.DialTCP"
},
{
"name": "Client.Listen"
},
{
"name": "Client.ListenTCP"
},
{
"name": "Client.ListenUnix"
},
{
"name": "Client.NewSession"
},
{
"name": "Dial"
},
{
"name": "DiscardRequests"
},
{
"name": "NewClient"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
},
{
"name": "Request.Reply"
},
{
"name": "Session.Close"
},
{
"name": "Session.CombinedOutput"
},
{
"name": "Session.Output"
},
{
"name": "Session.RequestPty"
},
{
"name": "Session.RequestSubsystem"
},
{
"name": "Session.Run"
},
{
"name": "Session.SendRequest"
},
{
"name": "Session.Setenv"
},
{
"name": "Session.Shell"
},
{
"name": "Session.Signal"
},
{
"name": "Session.Start"
},
{
"name": "Session.WindowChange"
},
{
"name": "channel.Accept"
},
{
"name": "channel.Close"
},
{
"name": "channel.CloseWrite"
},
{
"name": "channel.Read"
},
{
"name": "channel.ReadExtended"
},
{
"name": "channel.Reject"
},
{
"name": "channel.SendRequest"
},
{
"name": "channel.Write"
},
{
"name": "channel.WriteExtended"
},
{
"name": "connection.SendAuthBanner"
},
{
"name": "curve25519sha256.Client"
},
{
"name": "curve25519sha256.Server"
},
{
"name": "dhGEXSHA.Client"
},
{
"name": "dhGEXSHA.Server"
},
{
"name": "dhGroup.Client"
},
{
"name": "dhGroup.Server"
},
{
"name": "ecdh.Client"
},
{
"name": "ecdh.Server"
},
{
"name": "extChannel.Read"
},
{
"name": "extChannel.Write"
},
{
"name": "mux.OpenChannel"
},
{
"name": "mux.SendRequest"
},
{
"name": "sessionStdin.Close"
},
{
"name": "sshClientKeyboardInteractive.Challenge"
},
{
"name": "tcpListener.Accept"
},
{
"name": "tcpListener.Close"
},
{
"name": "unixListener.Accept"
},
{
"name": "unixListener.Close"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.35.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yuichi Watanabe"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T03:07:48.855Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/652135"
},
{
"url": "https://go.dev/issue/71931"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22869",
"datePublished": "2025-02-26T03:07:48.855Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2025-04-11T22:03:24.222Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22869",
"date": "2026-06-05",
"epss": "0.00607",
"percentile": "0.70114"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22869\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-02-26T08:14:24.997\",\"lastModified\":\"2025-05-01T19:28:20.740\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"},{\"lang\":\"es\",\"value\":\"Los servidores SSH que implementan protocolos de transferencia de archivos son vulnerables a un ataque de denegaci\u00f3n de servicio por parte de clientes que completan el intercambio de claves lentamente o no lo completan en absoluto, lo que provoca que el contenido pendiente se lea en la memoria, pero nunca se transmita.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.35.0\",\"matchCriteriaId\":\"311D718D-7E78-4EFC-A3B6-0D20C28956C9\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/652135\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/71931\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3487\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250411-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250411-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22869\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-26T14:57:07.968721Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-26T14:57:39.044Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Yuichi Watanabe\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.35.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"newHandshakeTransport\"}, {\"name\": \"handshakeTransport.recordWriteError\"}, {\"name\": \"handshakeTransport.kexLoop\"}, {\"name\": \"handshakeTransport.writePacket\"}, {\"name\": \"Client.Dial\"}, {\"name\": \"Client.DialContext\"}, {\"name\": \"Client.DialTCP\"}, {\"name\": \"Client.Listen\"}, {\"name\": \"Client.ListenTCP\"}, {\"name\": \"Client.ListenUnix\"}, {\"name\": \"Client.NewSession\"}, {\"name\": \"Dial\"}, {\"name\": \"DiscardRequests\"}, {\"name\": \"NewClient\"}, {\"name\": \"NewClientConn\"}, {\"name\": \"NewServerConn\"}, {\"name\": \"Request.Reply\"}, {\"name\": \"Session.Close\"}, {\"name\": \"Session.CombinedOutput\"}, {\"name\": \"Session.Output\"}, {\"name\": \"Session.RequestPty\"}, {\"name\": \"Session.RequestSubsystem\"}, {\"name\": \"Session.Run\"}, {\"name\": \"Session.SendRequest\"}, {\"name\": \"Session.Setenv\"}, {\"name\": \"Session.Shell\"}, {\"name\": \"Session.Signal\"}, {\"name\": \"Session.Start\"}, {\"name\": \"Session.WindowChange\"}, {\"name\": \"channel.Accept\"}, {\"name\": \"channel.Close\"}, {\"name\": \"channel.CloseWrite\"}, {\"name\": \"channel.Read\"}, {\"name\": \"channel.ReadExtended\"}, {\"name\": \"channel.Reject\"}, {\"name\": \"channel.SendRequest\"}, {\"name\": \"channel.Write\"}, {\"name\": \"channel.WriteExtended\"}, {\"name\": \"connection.SendAuthBanner\"}, {\"name\": \"curve25519sha256.Client\"}, {\"name\": \"curve25519sha256.Server\"}, {\"name\": \"dhGEXSHA.Client\"}, {\"name\": \"dhGEXSHA.Server\"}, {\"name\": \"dhGroup.Client\"}, {\"name\": \"dhGroup.Server\"}, {\"name\": \"ecdh.Client\"}, {\"name\": \"ecdh.Server\"}, {\"name\": \"extChannel.Read\"}, {\"name\": \"extChannel.Write\"}, {\"name\": \"mux.OpenChannel\"}, {\"name\": \"mux.SendRequest\"}, {\"name\": \"sessionStdin.Close\"}, {\"name\": \"sshClientKeyboardInteractive.Challenge\"}, {\"name\": \"tcpListener.Accept\"}, {\"name\": \"tcpListener.Close\"}, {\"name\": \"unixListener.Accept\"}, {\"name\": \"unixListener.Close\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/652135\"}, {\"url\": \"https://go.dev/issue/71931\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3487\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-26T03:07:48.855Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22869\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-02-26T03:07:48.855Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:3186
Vulnerability from csaf_redhat - Published: 2025-03-25 20:42 - Updated: 2026-06-06 01:17A 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.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.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.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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:3186",
"url": "https://access.redhat.com/errata/RHSA-2025:3186"
},
{
"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_3186.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-06-06T01:17:52+00:00",
"generator": {
"date": "2026-06-06T01:17:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3186",
"initial_release_date": "2025-03-25T20:42:41+00:00",
"revision_history": [
{
"date": "2025-03-25T20:42:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:42:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.src",
"product": {
"name": "podman-4:4.9.4-18.el9_4.src",
"product_id": "podman-4:4.9.4-18.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-remote-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-tests-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-remote-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-tests-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-remote-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-tests-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-remote-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-tests-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-18.el9_4.noarch",
"product": {
"name": "podman-docker-4:4.9.4-18.el9_4.noarch",
"product_id": "podman-docker-4:4.9.4-18.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-18.el9_4?arch=noarch\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src"
},
"product_reference": "podman-4:4.9.4-18.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-18.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch"
},
"product_reference": "podman-docker-4:4.9.4-18.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.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-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.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-25T20:42:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3186"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.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.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.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:3210
Vulnerability from csaf_redhat - Published: 2025-03-26 02:19 - Updated: 2026-06-06 01:17A 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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.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.\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:3210",
"url": "https://access.redhat.com/errata/RHSA-2025:3210"
},
{
"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_3210.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-06-06T01:17:53+00:00",
"generator": {
"date": "2026-06-06T01:17:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3210",
"initial_release_date": "2025-03-26T02:19:46+00:00",
"revision_history": [
{
"date": "2025-03-26T02:19:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-26T02:19:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.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-26T02:19:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3210"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.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:3266
Vulnerability from csaf_redhat - Published: 2025-03-26 14:25 - Updated: 2026-06-06 01:17A 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.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.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.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\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:3266",
"url": "https://access.redhat.com/errata/RHSA-2025:3266"
},
{
"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_3266.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-06-06T01:17:54+00:00",
"generator": {
"date": "2026-06-06T01:17:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3266",
"initial_release_date": "2025-03-26T14:25:08+00:00",
"revision_history": [
{
"date": "2025-03-26T14:25:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-26T14:25:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:54+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 AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@32-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.167.0-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"product": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src (container-tools:rhel8)",
"product_id": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.4-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@32-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=noarch\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.167.0-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch (container-tools:rhel8)",
"product_id": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=noarch\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=noarch\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.4-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=noarch\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
}
]
},
"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.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.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:25:08+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.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3266"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.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.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.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:3268
Vulnerability from csaf_redhat - Published: 2025-03-26 14:31 - Updated: 2026-06-06 01:17A 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-06-06T01:17:57+00:00",
"generator": {
"date": "2026-06-06T01:17:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"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-06-06T01:17:57+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-06-06 01:18A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN: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-06-06T01:18:01+00:00",
"generator": {
"date": "2026-06-06T01:18:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"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-06-06T01:18:01+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-06-06 01:18A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 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-06-06T01:18:01+00:00",
"generator": {
"date": "2026-06-06T01:18:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"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-06-06T01:18:01+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-06-06 01:18A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 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-06-06T01:18:02+00:00",
"generator": {
"date": "2026-06-06T01:18:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"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-06-06T01:18:02+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-06-06 01:18A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 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-06-06T01:18:02+00:00",
"generator": {
"date": "2026-06-06T01:18:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"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-06-06T01:18:02+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-06-06 01:18A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-multicluster-globalhub-1.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-06-06T01:18:02+00:00",
"generator": {
"date": "2026-06-06T01:18:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"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-06-06T01:18:02+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-06-06 01:18A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 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-06-06T01:18:08+00:00",
"generator": {
"date": "2026-06-06T01:18:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"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-06-06T01:18:08+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"
}
]
}
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.